public abstract class BasicData
extends java.lang.Object
Java class for BasicData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measurementOrCalculationTime" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="pertinentLocation" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations" minOccurs="0"/>
<element name="basicDataExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
basicDataExtension |
protected javax.xml.datatype.XMLGregorianCalendar |
measurementOrCalculationTime |
protected GroupOfLocations |
pertinentLocation |
| Constructor and Description |
|---|
BasicData() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getBasicDataExtension()
Gets the value of the basicDataExtension property.
|
javax.xml.datatype.XMLGregorianCalendar |
getMeasurementOrCalculationTime()
Gets the value of the measurementOrCalculationTime property.
|
GroupOfLocations |
getPertinentLocation()
Gets the value of the pertinentLocation property.
|
void |
setBasicDataExtension(ExtensionType value)
Sets the value of the basicDataExtension property.
|
void |
setMeasurementOrCalculationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the measurementOrCalculationTime property.
|
void |
setPertinentLocation(GroupOfLocations value)
Sets the value of the pertinentLocation property.
|
protected javax.xml.datatype.XMLGregorianCalendar measurementOrCalculationTime
protected GroupOfLocations pertinentLocation
protected ExtensionType basicDataExtension
public javax.xml.datatype.XMLGregorianCalendar getMeasurementOrCalculationTime()
XMLGregorianCalendarpublic void setMeasurementOrCalculationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic GroupOfLocations getPertinentLocation()
GroupOfLocationspublic void setPertinentLocation(GroupOfLocations value)
value - allowed object is
GroupOfLocationspublic ExtensionType getBasicDataExtension()
ExtensionTypepublic void setBasicDataExtension(ExtensionType value)
value - allowed object is
ExtensionType