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