|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.aims.mtier.model.metadata.publish.SemanticPair
public class SemanticPair
Implements a SemanticPair element.
| Constructor Summary | |
|---|---|
SemanticPair()
|
|
| Method Summary | |
|---|---|
String |
getAttribute()
Returns the attribute name as string for the element. |
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)
newAttribute - attribute name for the element.
public Element getSemanticPairElement()
throws com.esri.aims.mtier.model.axl.AXLAttributeException
com.esri.aims.mtier.model.axl.AXLAttributeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||