public class VmsRecord
extends java.lang.Object
Java class for VmsRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsRecord"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vmsType" type="{http://datex2.eu/schema/2/2_0}VmsTypeEnum" minOccurs="0"/> <element name="vmsDisplayHeight" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/> <element name="vmsDisplayWidth" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/> <element name="vmsTextDisplayCharacteristics" type="{http://datex2.eu/schema/2/2_0}VmsTextDisplayCharacteristics" minOccurs="0"/> <element name="vmsLocation" type="{http://datex2.eu/schema/2/2_0}Location" minOccurs="0"/> <element name="vmsRecordExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Float |
vmsDisplayHeight |
protected java.lang.Float |
vmsDisplayWidth |
protected Location |
vmsLocation |
protected ExtensionType |
vmsRecordExtension |
protected VmsTextDisplayCharacteristics |
vmsTextDisplayCharacteristics |
protected VmsTypeEnum |
vmsType |
Constructor and Description |
---|
VmsRecord() |
Modifier and Type | Method and Description |
---|---|
java.lang.Float |
getVmsDisplayHeight()
Gets the value of the vmsDisplayHeight property.
|
java.lang.Float |
getVmsDisplayWidth()
Gets the value of the vmsDisplayWidth property.
|
Location |
getVmsLocation()
Gets the value of the vmsLocation property.
|
ExtensionType |
getVmsRecordExtension()
Gets the value of the vmsRecordExtension property.
|
VmsTextDisplayCharacteristics |
getVmsTextDisplayCharacteristics()
Gets the value of the vmsTextDisplayCharacteristics property.
|
VmsTypeEnum |
getVmsType()
Gets the value of the vmsType property.
|
void |
setVmsDisplayHeight(java.lang.Float value)
Sets the value of the vmsDisplayHeight property.
|
void |
setVmsDisplayWidth(java.lang.Float value)
Sets the value of the vmsDisplayWidth property.
|
void |
setVmsLocation(Location value)
Sets the value of the vmsLocation property.
|
void |
setVmsRecordExtension(ExtensionType value)
Sets the value of the vmsRecordExtension property.
|
void |
setVmsTextDisplayCharacteristics(VmsTextDisplayCharacteristics value)
Sets the value of the vmsTextDisplayCharacteristics property.
|
void |
setVmsType(VmsTypeEnum value)
Sets the value of the vmsType property.
|
protected VmsTypeEnum vmsType
protected java.lang.Float vmsDisplayHeight
protected java.lang.Float vmsDisplayWidth
protected VmsTextDisplayCharacteristics vmsTextDisplayCharacteristics
protected Location vmsLocation
protected ExtensionType vmsRecordExtension
public VmsTypeEnum getVmsType()
VmsTypeEnum
public void setVmsType(VmsTypeEnum value)
value
- allowed object is
VmsTypeEnum
public java.lang.Float getVmsDisplayHeight()
Float
public void setVmsDisplayHeight(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getVmsDisplayWidth()
Float
public void setVmsDisplayWidth(java.lang.Float value)
value
- allowed object is
Float
public VmsTextDisplayCharacteristics getVmsTextDisplayCharacteristics()
VmsTextDisplayCharacteristics
public void setVmsTextDisplayCharacteristics(VmsTextDisplayCharacteristics value)
value
- allowed object is
VmsTextDisplayCharacteristics
public Location getVmsLocation()
Location
public void setVmsLocation(Location value)
value
- allowed object is
Location
public ExtensionType getVmsRecordExtension()
ExtensionType
public void setVmsRecordExtension(ExtensionType value)
value
- allowed object is
ExtensionType