public class Referent
extends java.lang.Object
Java class for Referent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Referent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="referentIdentifier" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="referentType" type="{http://datex2.eu/schema/2/2_0}ReferentTypeEnum"/>
<element name="pointCoordinates" type="{http://datex2.eu/schema/2/2_0}PointCoordinates" minOccurs="0"/>
<element name="referentExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointCoordinates |
pointCoordinates |
protected ExtensionType |
referentExtension |
protected java.lang.String |
referentIdentifier |
protected ReferentTypeEnum |
referentType |
| Constructor and Description |
|---|
Referent() |
| Modifier and Type | Method and Description |
|---|---|
PointCoordinates |
getPointCoordinates()
Gets the value of the pointCoordinates property.
|
ExtensionType |
getReferentExtension()
Gets the value of the referentExtension property.
|
java.lang.String |
getReferentIdentifier()
Gets the value of the referentIdentifier property.
|
ReferentTypeEnum |
getReferentType()
Gets the value of the referentType property.
|
void |
setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
setReferentExtension(ExtensionType value)
Sets the value of the referentExtension property.
|
void |
setReferentIdentifier(java.lang.String value)
Sets the value of the referentIdentifier property.
|
void |
setReferentType(ReferentTypeEnum value)
Sets the value of the referentType property.
|
protected java.lang.String referentIdentifier
protected ReferentTypeEnum referentType
protected PointCoordinates pointCoordinates
protected ExtensionType referentExtension
public java.lang.String getReferentIdentifier()
Stringpublic void setReferentIdentifier(java.lang.String value)
value - allowed object is
Stringpublic ReferentTypeEnum getReferentType()
ReferentTypeEnumpublic void setReferentType(ReferentTypeEnum value)
value - allowed object is
ReferentTypeEnumpublic PointCoordinates getPointCoordinates()
PointCoordinatespublic void setPointCoordinates(PointCoordinates value)
value - allowed object is
PointCoordinatespublic ExtensionType getReferentExtension()
ExtensionTypepublic void setReferentExtension(ExtensionType value)
value - allowed object is
ExtensionType