|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.metadata.publish.MetadataRelationship
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 |
public MetadataRelationship()
Method Detail |
public String getDocID()
docID
associated with this object.
public void setDocID(String newDocID)
docID
for this object.
newDocID
- The new docID for this code object.public com.esri.w3c.dom.Element getMetadataChildElement() throws AXLAttributeException
AXLAttributeException
public com.esri.w3c.dom.Element getMetadataSiblingElement() throws AXLAttributeException
AXLAttributeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |