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

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

public class Subset
extends Object
implements Serializable

Implements a Subset element.

See Also:
Serialized Form

Constructor Summary
Subset()
           
 
Method Summary
 String getDocID()
          Returns the docID value of this object.
 Element getSubsetElement()
          Returns this object as a Subset element.
 String getType()
          Returns the type for this object.
 void setDocID(String newDocID)
          Sets the given value as docID of this object.
 void setType(String newType)
          Sets the given type for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subset

public Subset()
Method Detail

getDocID

public String getDocID()
Returns the docID value of this object.

Returns:
String The docID value for this object.

setDocID

public void setDocID(String newDocID)
Sets the given value as docID of this object.

Parameters:
newDocID - The new docID for this code object.

getType

public String getType()
Returns the type for this object.

Returns:
String The type for this object.

setType

public void setType(String newType)
Sets the given type for this object.


getSubsetElement

public Element getSubsetElement()
                         throws com.esri.aims.mtier.model.axl.AXLAttributeException
Returns this object as a Subset element.

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