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

java.lang.Object
  extended by com.esri.aims.mtier.model.metadata.publish.MetadataRelationship

public class MetadataRelationship
extends Object

Defines relationships between metadata documents.


Constructor Summary
MetadataRelationship()
           
 
Method Summary
 String getDocID()
          Returns the docID associated with this object.
 Element getMetadataChildElement()
          Returns the METADATA_CHILD Element.
 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()
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 Element getMetadataChildElement()
                                throws com.esri.aims.mtier.model.axl.AXLAttributeException
Returns the METADATA_CHILD Element.

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

getMetadataSiblingElement

public Element getMetadataSiblingElement()
                                  throws com.esri.aims.mtier.model.axl.AXLAttributeException
Returns the METADATA_SIBLING Element.

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