com.esri.aims.mtier.model.metadata.publish
Class MetadataRelationship

java.lang.Object
  |
  +--com.esri.aims.mtier.model.metadata.publish.MetadataRelationship

public class MetadataRelationship
extends Object

Defines relationships between metadata documents.


Constructor Summary
MetadataRelationship()
          Constructs an instance of a MetadataRelationship object.
 
Method Summary
 String getDocID()
          Returns the docID associated with this object.
 com.esri.w3c.dom.Element getMetadataChildElement()
          Returns the METADATA_CHILD Element.
 com.esri.w3c.dom.Element getMetadataSiblingElement()
          Returns the METADATA_SIBLING Element.
 void setDocID(String newDocID)
          Sets the specified string as docID for this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataRelationship

public MetadataRelationship()
Constructs an instance of a MetadataRelationship object.

Method Detail

getDocID

public String getDocID()
Returns the docID associated with this object.

Returns:
String The docID value for this object.

setDocID

public void setDocID(String newDocID)
Sets the specified string as docID for this object.

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

getMetadataChildElement

public com.esri.w3c.dom.Element getMetadataChildElement()
                                                 throws AXLAttributeException
Returns the METADATA_CHILD Element.

Returns:
Element
AXLAttributeException

getMetadataSiblingElement

public com.esri.w3c.dom.Element getMetadataSiblingElement()
                                                   throws AXLAttributeException
Returns the METADATA_SIBLING Element.

Returns:
Element
AXLAttributeException