com.esri.aims.mtier.model.metadata.query
Class DocumentInfo

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.query.DocumentInfo
All Implemented Interfaces:
Serializable

public class DocumentInfo
extends Object
implements Serializable

Implements a metadata DocumentInfo object.

See Also:
Serialized Form

Field Summary
static int APPLICATION
           
static int CLEARINGHOUSE
           
static int DOCUMENT
           
static int DOWNLOADABLEDATA
           
static int GEOGRAPHICACTIVITIES
           
static int GEOGRAPHICSERVICE
           
static int LIVEDATA
           
static int MAPFILES
           
static int OFFLINEDATA
           
static int STATICMAPIMAGE
           
 
Constructor Summary
DocumentInfo()
           
 
Method Summary
 int getContent()
          Returns content as an integer.
 Element getDocumentInfoElement()
          Returns this object as an DOCUMENTINFO element.
 String getName()
          Returns the name value of this object.
 String getOwner()
          Returns the owner for this object.
 void setContent(int newContent)
          Sets the content defined by CONSTANTS.
 void setName(String newName)
          Sets the name value of this object.
 void setOwner(String newOwner)
          Sets the owner for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIVEDATA

public static final int LIVEDATA
See Also:
Constant Field Values

DOWNLOADABLEDATA

public static final int DOWNLOADABLEDATA
See Also:
Constant Field Values

OFFLINEDATA

public static final int OFFLINEDATA
See Also:
Constant Field Values

STATICMAPIMAGE

public static final int STATICMAPIMAGE
See Also:
Constant Field Values

DOCUMENT

public static final int DOCUMENT
See Also:
Constant Field Values

APPLICATION

public static final int APPLICATION
See Also:
Constant Field Values

GEOGRAPHICSERVICE

public static final int GEOGRAPHICSERVICE
See Also:
Constant Field Values

CLEARINGHOUSE

public static final int CLEARINGHOUSE
See Also:
Constant Field Values

MAPFILES

public static final int MAPFILES
See Also:
Constant Field Values

GEOGRAPHICACTIVITIES

public static final int GEOGRAPHICACTIVITIES
See Also:
Constant Field Values
Constructor Detail

DocumentInfo

public DocumentInfo()
Method Detail

getName

public String getName()
Returns the name value of this object.

Returns:
String The name that identifies the dataset corresponding to the document.

setName

public void setName(String newName)
Sets the name value of this object.

Parameters:
newName - The Name that identifies the dataset corresponding to the document.

getOwner

public String getOwner()
Returns the owner for this object.

Returns:
String The owner of the metadata document.

setOwner

public void setOwner(String newOwner)
Sets the owner for this object.

Parameters:
newOwner - Name identifying the owner of the metadata document.

getContent

public int getContent()
Returns content as an integer.

Returns:
int The content as an integer.

setContent

public void setContent(int newContent)
Sets the content defined by CONSTANTS.

Parameters:
newContent - Name identifying the content of the metadata document.

getDocumentInfoElement

public Element getDocumentInfoElement()
                               throws com.esri.aims.mtier.model.axl.AXLAttributeException
Returns this object as an DOCUMENTINFO element.

Returns:
Element
Throws:
com.esri.aims.mtier.model.axl.AXLAttributeException