public class TLcdGML32Code extends TLcdDataObject
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
ANCHOR_DEFINITION
gml:anchorDefinition is a description, possibly including coordinates, of the definition used to anchor the datum to the Earth.
|
static TLcdDataProperty |
CODE_SPACE_PROPERTY
Data property that maps to the
codeSpace attribute. |
static javax.xml.namespace.QName |
FORMULA
gml:formula Formula(s) or procedure used by an operation method.
|
static TLcdDataProperty |
TYPE_PROPERTY
Data property that holds the type of this instance.
|
static TLcdDataProperty |
VALUE_PROPERTY
Data property that maps to the value defined by the simple content.
|
Constructor and Description |
---|
TLcdGML32Code() |
TLcdGML32Code(javax.xml.namespace.QName aType)
Creates a new instance and initializes its type property to the given QName.
|
TLcdGML32Code(javax.xml.namespace.QName aType,
TLcdDataType aDataObjectType)
Creates a new instance and initializes its type property to the given QName.
|
TLcdGML32Code(TLcdDataType aType) |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getCodeSpace()
Returns the value of the property that maps to the
codeSpace attribute. |
javax.xml.namespace.QName |
getType()
Returns the value of the property that holds the type of this instance.
|
java.lang.String |
getValueObject()
Returns the value of the property that maps to the value defined by the simple content.
|
void |
setCodeSpace(java.net.URI aValue)
Sets the value of the property that maps to the
codeSpace attribute. |
void |
setType(javax.xml.namespace.QName aValue)
Sets the value of the property that holds the type of this instance.
|
void |
setValueObject(java.lang.String aValue)
Sets the value of the property that maps to the value defined by the simple content.
|
public static final javax.xml.namespace.QName ANCHOR_DEFINITION
public static final javax.xml.namespace.QName FORMULA
public static final TLcdDataProperty VALUE_PROPERTY
String
.public static final TLcdDataProperty CODE_SPACE_PROPERTY
codeSpace
attribute.
The possible values for this property are instances of URI
.public static final TLcdDataProperty TYPE_PROPERTY
QName
constants defined in this class.public TLcdGML32Code(javax.xml.namespace.QName aType)
setType(QName)
public TLcdGML32Code(javax.xml.namespace.QName aType, TLcdDataType aDataObjectType)
setType(QName)
public TLcdGML32Code()
public TLcdGML32Code(TLcdDataType aType)
public java.lang.String getValueObject()
VALUE_PROPERTY
property.public void setValueObject(java.lang.String aValue)
aValue
- the value to set for the VALUE_PROPERTY
property.public java.net.URI getCodeSpace()
codeSpace
attribute.CODE_SPACE_PROPERTY
property.public void setCodeSpace(java.net.URI aValue)
codeSpace
attribute.aValue
- the value to set for the CODE_SPACE_PROPERTY
property.public javax.xml.namespace.QName getType()
The possible values for this property are the public QName
constants defined in this class.
TYPE_PROPERTY
property.public void setType(javax.xml.namespace.QName aValue)
The possible values for this property are the public QName
constants defined in this class.
aValue
- the value to set for the TYPE_PROPERTY
property.