Class ExternalReferencing
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.ExternalReferencing
-
- All Implemented Interfaces:
Serializable
public class ExternalReferencing extends Object implements Serializable
Java class for ExternalReferencing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalReferencing"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="externalLocationCode" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="externalReferencingSystem" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="externalReferencingExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexternalLocationCodeprotected ExtensionTypeexternalReferencingExtensionprotected StringexternalReferencingSystem
-
Constructor Summary
Constructors Constructor Description ExternalReferencing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExternalLocationCode()Gets the value of the externalLocationCode property.ExtensionTypegetExternalReferencingExtension()Gets the value of the externalReferencingExtension property.StringgetExternalReferencingSystem()Gets the value of the externalReferencingSystem property.voidsetExternalLocationCode(String value)Sets the value of the externalLocationCode property.voidsetExternalReferencingExtension(ExtensionType value)Sets the value of the externalReferencingExtension property.voidsetExternalReferencingSystem(String value)Sets the value of the externalReferencingSystem property.
-
-
-
Field Detail
-
externalLocationCode
protected String externalLocationCode
-
externalReferencingSystem
protected String externalReferencingSystem
-
externalReferencingExtension
protected ExtensionType externalReferencingExtension
-
-
Method Detail
-
getExternalLocationCode
public String getExternalLocationCode()
Gets the value of the externalLocationCode property.- Returns:
- possible object is
String
-
setExternalLocationCode
public void setExternalLocationCode(String value)
Sets the value of the externalLocationCode property.- Parameters:
value- allowed object isString
-
getExternalReferencingSystem
public String getExternalReferencingSystem()
Gets the value of the externalReferencingSystem property.- Returns:
- possible object is
String
-
setExternalReferencingSystem
public void setExternalReferencingSystem(String value)
Sets the value of the externalReferencingSystem property.- Parameters:
value- allowed object isString
-
getExternalReferencingExtension
public ExtensionType getExternalReferencingExtension()
Gets the value of the externalReferencingExtension property.- Returns:
- possible object is
ExtensionType
-
setExternalReferencingExtension
public void setExternalReferencingExtension(ExtensionType value)
Sets the value of the externalReferencingExtension property.- Parameters:
value- allowed object isExtensionType
-
-