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

java.lang.Object
  |
  +--com.esri.aims.mtier.model.metadata.query.Subset

public class Subset
extends Object

Implements a Subset element.


Constructor Summary
Subset()
          Constructs an instance of a Subset object.
 
Method Summary
 String getDocID()
          Returns the docID value of this object.
 com.esri.w3c.dom.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()
Constructs an instance of a Subset object.

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 com.esri.w3c.dom.Element getSubsetElement()
                                          throws AXLAttributeException
Returns this object as a Subset element.

Returns:
an Element
AXLAttributeException