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="referentName" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/> <element name="referentType" type="{http://datex2.eu/schema/2/2_0}ReferentTypeEnum"/> <element name="referentDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/> <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 MultilingualString |
referentDescription |
protected ExtensionType |
referentExtension |
protected java.lang.String |
referentIdentifier |
protected java.lang.String |
referentName |
protected ReferentTypeEnum |
referentType |
Constructor and Description |
---|
Referent() |
Modifier and Type | Method and Description |
---|---|
PointCoordinates |
getPointCoordinates()
Gets the value of the pointCoordinates property.
|
MultilingualString |
getReferentDescription()
Gets the value of the referentDescription property.
|
ExtensionType |
getReferentExtension()
Gets the value of the referentExtension property.
|
java.lang.String |
getReferentIdentifier()
Gets the value of the referentIdentifier property.
|
java.lang.String |
getReferentName()
Gets the value of the referentName property.
|
ReferentTypeEnum |
getReferentType()
Gets the value of the referentType property.
|
void |
setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
setReferentDescription(MultilingualString value)
Sets the value of the referentDescription 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 |
setReferentName(java.lang.String value)
Sets the value of the referentName property.
|
void |
setReferentType(ReferentTypeEnum value)
Sets the value of the referentType property.
|
protected java.lang.String referentIdentifier
protected java.lang.String referentName
protected ReferentTypeEnum referentType
protected MultilingualString referentDescription
protected PointCoordinates pointCoordinates
protected ExtensionType referentExtension
public java.lang.String getReferentIdentifier()
String
public void setReferentIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferentName()
String
public void setReferentName(java.lang.String value)
value
- allowed object is
String
public ReferentTypeEnum getReferentType()
ReferentTypeEnum
public void setReferentType(ReferentTypeEnum value)
value
- allowed object is
ReferentTypeEnum
public MultilingualString getReferentDescription()
MultilingualString
public void setReferentDescription(MultilingualString value)
value
- allowed object is
MultilingualString
public PointCoordinates getPointCoordinates()
PointCoordinates
public void setPointCoordinates(PointCoordinates value)
value
- allowed object is
PointCoordinates
public ExtensionType getReferentExtension()
ExtensionType
public void setReferentExtension(ExtensionType value)
value
- allowed object is
ExtensionType