public class ExternalReferencing extends Object
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/2_0}String"/>
<element name="externalReferencingSystem" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="externalReferencingExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalLocationCode |
protected ExtensionType |
externalReferencingExtension |
protected String |
externalReferencingSystem |
| Constructor and Description |
|---|
ExternalReferencing() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalLocationCode()
Gets the value of the externalLocationCode property.
|
ExtensionType |
getExternalReferencingExtension()
Gets the value of the externalReferencingExtension property.
|
String |
getExternalReferencingSystem()
Gets the value of the externalReferencingSystem property.
|
void |
setExternalLocationCode(String value)
Sets the value of the externalLocationCode property.
|
void |
setExternalReferencingExtension(ExtensionType value)
Sets the value of the externalReferencingExtension property.
|
void |
setExternalReferencingSystem(String value)
Sets the value of the externalReferencingSystem property.
|
protected String externalLocationCode
protected String externalReferencingSystem
protected ExtensionType externalReferencingExtension
public String getExternalLocationCode()
Stringpublic void setExternalLocationCode(String value)
value - allowed object is
Stringpublic String getExternalReferencingSystem()
Stringpublic void setExternalReferencingSystem(String value)
value - allowed object is
Stringpublic ExtensionType getExternalReferencingExtension()
ExtensionTypepublic void setExternalReferencingExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.