public class TLcdGML32StringOrRef extends TLcdDataObject
Modifier and Type | Field and Description |
---|---|
static TLcdDataProperty |
LINK_INFO_PROPERTY
Data linkInfo property.
|
static TLcdDataProperty |
LINKED_OBJECT_PROPERTY
Data linkedObject property.
|
static TLcdDataProperty |
NIL_REASON_PROPERTY
Data property that maps to the
nilReason attribute. |
static TLcdDataProperty |
REMOTE_SCHEMA_PROPERTY
Data property that maps to the
remoteSchema attribute. |
static TLcdDataProperty |
VALUE_PROPERTY
Data property that maps to the value defined by the simple content.
|
Constructor and Description |
---|
TLcdGML32StringOrRef() |
TLcdGML32StringOrRef(java.lang.String aString)
Convenience constructor that initializes the object with the given string.
|
TLcdGML32StringOrRef(TLcdDataType aType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getLinkedObject()
Returns the value of the linkedObject property.
|
java.lang.Object |
getLinkInfo()
Returns the value of the linkInfo property.
|
java.lang.Object |
getNilReason()
Returns the value of the property that maps to the
nilReason attribute. |
java.net.URI |
getRemoteSchema()
Returns the value of the property that maps to the
remoteSchema attribute. |
java.lang.String |
getValueObject()
Returns the value of the property that maps to the value defined by the simple content.
|
void |
setLinkedObject(java.lang.Object aValue)
Sets the value of the linkedObject property.
|
void |
setLinkInfo(java.lang.Object aValue)
Sets the value of the linkInfo property.
|
void |
setNilReason(java.lang.Object aValue)
Sets the value of the property that maps to the
nilReason attribute. |
void |
setRemoteSchema(java.net.URI aValue)
Sets the value of the property that maps to the
remoteSchema attribute. |
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 TLcdDataProperty VALUE_PROPERTY
String
.public static final TLcdDataProperty LINK_INFO_PROPERTY
Object
.public static final TLcdDataProperty LINKED_OBJECT_PROPERTY
Object
.public static final TLcdDataProperty NIL_REASON_PROPERTY
nilReason
attribute.
The possible values for this property are instances of
public static final TLcdDataProperty REMOTE_SCHEMA_PROPERTY
remoteSchema
attribute.
The possible values for this property are instances of URI
.public TLcdGML32StringOrRef()
public TLcdGML32StringOrRef(TLcdDataType aType)
public TLcdGML32StringOrRef(java.lang.String aString)
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.lang.Object getLinkInfo()
LINK_INFO_PROPERTY
property.public void setLinkInfo(java.lang.Object aValue)
aValue
- the value to set for the LINK_INFO_PROPERTY
property.public java.lang.Object getLinkedObject()
LINKED_OBJECT_PROPERTY
property.public void setLinkedObject(java.lang.Object aValue)
aValue
- the value to set for the LINKED_OBJECT_PROPERTY
property.public java.lang.Object getNilReason()
nilReason
attribute.
The possible values for this property are instances of
NIL_REASON_PROPERTY
property.public void setNilReason(java.lang.Object aValue)
nilReason
attribute.
The possible values for this property are instances of
aValue
- the value to set for the NIL_REASON_PROPERTY
property.public java.net.URI getRemoteSchema()
remoteSchema
attribute.REMOTE_SCHEMA_PROPERTY
property.public void setRemoteSchema(java.net.URI aValue)
remoteSchema
attribute.aValue
- the value to set for the REMOTE_SCHEMA_PROPERTY
property.