public class VmsUnitVmsIndexVms
extends java.lang.Object
Java class for _VmsUnitVmsIndexVms complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_VmsUnitVmsIndexVms"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vms" type="{http://datex2.eu/schema/2/2_0}Vms"/> </sequence> <attribute name="vmsIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Vms |
vms |
protected int |
vmsIndex |
Constructor and Description |
---|
VmsUnitVmsIndexVms() |
Modifier and Type | Method and Description |
---|---|
Vms |
getVms()
Gets the value of the vms property.
|
int |
getVmsIndex()
Gets the value of the vmsIndex property.
|
void |
setVms(Vms value)
Sets the value of the vms property.
|
void |
setVmsIndex(int value)
Sets the value of the vmsIndex property.
|
protected Vms vms
protected int vmsIndex