|
||||||||||
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.SemanticPair
Implements a SemanticPair element.
Constructor Summary | |
SemanticPair()
Constructs an instance of a SemanticPair object. |
Method Summary | |
String |
getAttribute()
Returns the attribute name as string for the element. |
com.esri.w3c.dom.Element |
getSemanticPairElement()
Returns this object as an SEMANTIC_PAIR element. |
String |
getTag()
Returns the location of an element inside an XML tree. |
String |
getZcode()
Returns the numeric code defining semantics from the GEO Attribute set. |
void |
setAttribute(String newAttribute)
Sets the given string as attribute name for the element. |
void |
setTag(String newTag)
Sets the location of an element inside an XML tree. |
void |
setZcode(String newZcode)
Sets the numeric code defining semantics from the GEO Attribute set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SemanticPair()
Method Detail |
public String getTag()
public String getZcode()
public String getAttribute()
public void setTag(String newTag)
newTag
- Location of an element inside an XML tree.public void setZcode(String newZcode)
newZcode
- numeric code defining semantics from the GEO Attribute set.public void setAttribute(String newAttribute)
public com.esri.w3c.dom.Element getSemanticPairElement() throws AXLAttributeException
AXLAttributeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |