public class AdditonalLinearWithinLinearElement
extends java.lang.Object
Java class for AdditonalLinearWithinLinearElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditonalLinearWithinLinearElement"> <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="linearWithinLinearElement" type="{http://datex2.eu/schema/2/2_0}LinearWithinLinearElement"/> <element name="additonalLinearWithinLinearElementExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
additonalLinearWithinLinearElementExtension |
protected LinearWithinLinearElement |
linearWithinLinearElement |
protected java.lang.String |
methodName |
protected java.lang.String |
methodReference |
Constructor and Description |
---|
AdditonalLinearWithinLinearElement() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getAdditonalLinearWithinLinearElementExtension()
Gets the value of the additonalLinearWithinLinearElementExtension property.
|
LinearWithinLinearElement |
getLinearWithinLinearElement()
Gets the value of the linearWithinLinearElement property.
|
java.lang.String |
getMethodName()
Gets the value of the methodName property.
|
java.lang.String |
getMethodReference()
Gets the value of the methodReference property.
|
void |
setAdditonalLinearWithinLinearElementExtension(ExtensionType value)
Sets the value of the additonalLinearWithinLinearElementExtension property.
|
void |
setLinearWithinLinearElement(LinearWithinLinearElement value)
Sets the value of the linearWithinLinearElement 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.
|
protected java.lang.String methodName
protected java.lang.String methodReference
protected LinearWithinLinearElement linearWithinLinearElement
protected ExtensionType additonalLinearWithinLinearElementExtension
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 LinearWithinLinearElement getLinearWithinLinearElement()
LinearWithinLinearElement
public void setLinearWithinLinearElement(LinearWithinLinearElement value)
value
- allowed object is
LinearWithinLinearElement
public ExtensionType getAdditonalLinearWithinLinearElementExtension()
ExtensionType
public void setAdditonalLinearWithinLinearElementExtension(ExtensionType value)
value
- allowed object is
ExtensionType