public class TLcdISO19118Object extends TLcdDataObject
Modifier and Type | Field and Description |
---|---|
static TLcdDataProperty |
ID_PROPERTY
Data property that maps to the
id attribute. |
static TLcdDataProperty |
UUID_PROPERTY
Data property that maps to the
uuid attribute. |
Constructor and Description |
---|
TLcdISO19118Object() |
TLcdISO19118Object(TLcdDataType aType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Returns the value of the property that maps to the
id attribute. |
java.lang.String |
getUuid()
Returns the value of the property that maps to the
uuid attribute. |
void |
setId(java.lang.String aValue)
Sets the value of the property that maps to the
id attribute. |
void |
setUuid(java.lang.String aValue)
Sets the value of the property that maps to the
uuid attribute. |
public static final TLcdDataProperty ID_PROPERTY
id
attribute.
The possible values for this property are instances of String
.public static final TLcdDataProperty UUID_PROPERTY
uuid
attribute.
The possible values for this property are instances of String
.public TLcdISO19118Object()
public TLcdISO19118Object(TLcdDataType aType)
public java.lang.String getId()
id
attribute.ID_PROPERTY
property.public void setId(java.lang.String aValue)
id
attribute.aValue
- the value to set for the ID_PROPERTY
property.public java.lang.String getUuid()
uuid
attribute.UUID_PROPERTY
property.public void setUuid(java.lang.String aValue)
uuid
attribute.aValue
- the value to set for the UUID_PROPERTY
property.