public class TLcdSLDVendorOption extends TLcdDataObject
Constructor and Description |
---|
TLcdSLDVendorOption()
Default Constructor
|
TLcdSLDVendorOption(TLcdDataType aType)
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the property that maps to the
name attribute. |
java.lang.String |
getValueObject()
Returns the value of the property that maps to the value defined by the simple content.
|
void |
setName(java.lang.String aValue)
Sets the value of the property that maps to the
name attribute. |
void |
setValueObject(java.lang.String aValue)
Sets the value of the property that maps to the value defined by the simple content.
|
public TLcdSLDVendorOption()
public TLcdSLDVendorOption(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.lang.String getName()
name
attribute.NAME_PROPERTY
property.public void setName(java.lang.String aValue)
name
attribute.aValue
- the value to set for the NAME_PROPERTY
property.