public class Segment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}point" maxOccurs="3" minOccurs="3"/>
</sequence>
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
code |
protected List<Point> |
point |
protected BigInteger |
sequence |
protected String |
type |
| Constructor and Description |
|---|
Segment() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCode()
Gets the value of the code property.
|
List<Point> |
getPoint()
Gets the value of the point property.
|
BigInteger |
getSequence()
Gets the value of the sequence property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCode(BigInteger value)
Sets the value of the code property.
|
void |
setSequence(BigInteger value)
Sets the value of the sequence property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected BigInteger code
protected BigInteger sequence
protected String type
public List<Point> getPoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
Point
public BigInteger getCode()
BigIntegerpublic void setCode(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSequence()
BigIntegerpublic void setSequence(BigInteger value)
value - allowed object is
BigIntegerpublic String getType()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.