public class AdditonalPointAlongLinearElement
extends java.lang.Object
Java class for AdditonalPointAlongLinearElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditonalPointAlongLinearElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="methodName" type="{http://datex2.eu/schema/2/2_0}String"/> <element name="methodReference" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/> <element name="pointAlongLinearElement" type="{http://datex2.eu/schema/2/2_0}PointAlongLinearElement"/> <element name="additonalPointAlongLinearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
additonalPointAlongLinearElementExtension |
protected java.lang.String |
methodName |
protected java.lang.String |
methodReference |
protected PointAlongLinearElement |
pointAlongLinearElement |
Constructor and Description |
---|
AdditonalPointAlongLinearElement() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getAdditonalPointAlongLinearElementExtension()
Gets the value of the additonalPointAlongLinearElementExtension property.
|
java.lang.String |
getMethodName()
Gets the value of the methodName property.
|
java.lang.String |
getMethodReference()
Gets the value of the methodReference property.
|
PointAlongLinearElement |
getPointAlongLinearElement()
Gets the value of the pointAlongLinearElement property.
|
void |
setAdditonalPointAlongLinearElementExtension(ExtensionType value)
Sets the value of the additonalPointAlongLinearElementExtension property.
|
void |
setMethodName(java.lang.String value)
Sets the value of the methodName property.
|
void |
setMethodReference(java.lang.String value)
Sets the value of the methodReference property.
|
void |
setPointAlongLinearElement(PointAlongLinearElement value)
Sets the value of the pointAlongLinearElement property.
|
protected java.lang.String methodName
protected java.lang.String methodReference
protected PointAlongLinearElement pointAlongLinearElement
protected ExtensionType additonalPointAlongLinearElementExtension
public java.lang.String getMethodName()
String
public void setMethodName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMethodReference()
String
public void setMethodReference(java.lang.String value)
value
- allowed object is
String
public PointAlongLinearElement getPointAlongLinearElement()
PointAlongLinearElement
public void setPointAlongLinearElement(PointAlongLinearElement value)
value
- allowed object is
PointAlongLinearElement
public ExtensionType getAdditonalPointAlongLinearElementExtension()
ExtensionType
public void setAdditonalPointAlongLinearElementExtension(ExtensionType value)
value
- allowed object is
ExtensionType