public class VmsTextLineIndexVmsTextLine
extends java.lang.Object
Java class for _VmsTextLineIndexVmsTextLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_VmsTextLineIndexVmsTextLine"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vmsTextLine" type="{http://datex2.eu/schema/2/2_0}VmsTextLine"/> </sequence> <attribute name="lineIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
lineIndex |
protected VmsTextLine |
vmsTextLine |
Constructor and Description |
---|
VmsTextLineIndexVmsTextLine() |
Modifier and Type | Method and Description |
---|---|
int |
getLineIndex()
Gets the value of the lineIndex property.
|
VmsTextLine |
getVmsTextLine()
Gets the value of the vmsTextLine property.
|
void |
setLineIndex(int value)
Sets the value of the lineIndex property.
|
void |
setVmsTextLine(VmsTextLine value)
Sets the value of the vmsTextLine property.
|
protected VmsTextLine vmsTextLine
protected int lineIndex
public VmsTextLine getVmsTextLine()
VmsTextLine
public void setVmsTextLine(VmsTextLine value)
value
- allowed object is
VmsTextLine
public int getLineIndex()
public void setLineIndex(int value)