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