public interface GeoNodeType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.util.List | getDescription()
Returns the value of the 'Description' containment reference list.
|
double | getDisplaySequence()
Returns the value of the 'Display Sequence' attribute.
|
GeoNodeIdentifierType | getGeoNodeIdentifier()
Returns the value of the 'Geo Node Identifier' containment reference.
|
GeoNodeIdentifierType | getParentGeoNodeIdentifier()
Returns the value of the 'Parent Geo Node Identifier' containment reference.
|
StoreIdentifierType | getStoreIdentifier()
Returns the value of the 'Store Identifier' containment reference.
|
java.lang.String | getType_()
Returns the value of the 'Type' attribute.
|
UserDataType | getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean | isSetDisplaySequence()
Returns whether the value of the 'Display Sequence' attribute is set.
|
boolean | isSetTopGeoNode()
Returns whether the value of the 'Top Geo Node' attribute is set.
|
boolean | isTopGeoNode()
Returns the value of the 'Top Geo Node' attribute.
|
void | setDisplaySequence(double value)
Sets the value of the 'Display Sequence' attribute.
|
void | setGeoNodeIdentifier(GeoNodeIdentifierType value)
Sets the value of the 'Geo Node Identifier' containment reference.
|
void | setParentGeoNodeIdentifier(GeoNodeIdentifierType value)
Sets the value of the 'Parent Geo Node Identifier' containment reference.
|
void | setStoreIdentifier(StoreIdentifierType value)
Sets the value of the 'Store Identifier' containment reference.
|
void | setTopGeoNode(boolean value)
Sets the value of the 'Top Geo Node' attribute.
|
void | setType(java.lang.String value)
Sets the value of the 'Type' attribute.
|
void | setUserData(UserDataType value)
Sets the value of the 'User Data' containment reference.
|
void | unsetDisplaySequence()
Unsets the value of the 'Display Sequence' attribute.
|
void | unsetTopGeoNode()
Unsets the value of the 'Top Geo Node' attribute.
|
GeoNodeIdentifierType getGeoNodeIdentifier()
void setGeoNodeIdentifier(GeoNodeIdentifierType value)
StoreIdentifierType getStoreIdentifier()
void setStoreIdentifier(StoreIdentifierType value)
java.util.List getDescription()
GeoNodeIdentifierType getParentGeoNodeIdentifier()
void setParentGeoNodeIdentifier(GeoNodeIdentifierType value)
UserDataType getUserData()
void setUserData(UserDataType value)
double getDisplaySequence()
void setDisplaySequence(double value)
void unsetDisplaySequence()
boolean isSetDisplaySequence()
boolean isTopGeoNode()
void setTopGeoNode(boolean value)
void unsetTopGeoNode()
boolean isSetTopGeoNode()
java.lang.String getType_()
void setType(java.lang.String value)