public abstract class SituationRecord
extends java.lang.Object
Java class for SituationRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SituationRecord"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="situationRecordCreationTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/> <element name="situationRecordVersionTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/> <element name="probabilityOfOccurrence" type="{http://datex2.eu/schema/2/2_0}ProbabilityOfOccurrenceEnum"/> <element name="validity" type="{http://datex2.eu/schema/2/2_0}Validity"/> <element name="impact" type="{http://datex2.eu/schema/2/2_0}Impact" minOccurs="0"/> <element name="cause" type="{http://datex2.eu/schema/2/2_0}Cause" minOccurs="0"/> <element name="generalPublicComment" type="{http://datex2.eu/schema/2/2_0}Comment" maxOccurs="unbounded" minOccurs="0"/> <element name="urlLink" type="{http://datex2.eu/schema/2/2_0}UrlLink" maxOccurs="unbounded" minOccurs="0"/> <element name="groupOfLocations" type="{http://datex2.eu/schema/2/2_0}GroupOfLocations"/> <element name="situationRecordExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Cause |
cause |
protected java.util.List<Comment> |
generalPublicComments |
protected GroupOfLocations |
groupOfLocations |
protected java.lang.String |
id |
protected Impact |
impact |
protected ProbabilityOfOccurrenceEnum |
probabilityOfOccurrence |
protected javax.xml.datatype.XMLGregorianCalendar |
situationRecordCreationTime |
protected ExtensionType |
situationRecordExtension |
protected javax.xml.datatype.XMLGregorianCalendar |
situationRecordVersionTime |
protected java.util.List<UrlLink> |
urlLinks |
protected Validity |
validity |
protected java.lang.String |
version |
Constructor and Description |
---|
SituationRecord() |
Modifier and Type | Method and Description |
---|---|
Cause |
getCause()
Gets the value of the cause property.
|
java.util.List<Comment> |
getGeneralPublicComments()
Gets the value of the generalPublicComments property.
|
GroupOfLocations |
getGroupOfLocations()
Gets the value of the groupOfLocations property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
Impact |
getImpact()
Gets the value of the impact property.
|
ProbabilityOfOccurrenceEnum |
getProbabilityOfOccurrence()
Gets the value of the probabilityOfOccurrence property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSituationRecordCreationTime()
Gets the value of the situationRecordCreationTime property.
|
ExtensionType |
getSituationRecordExtension()
Gets the value of the situationRecordExtension property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSituationRecordVersionTime()
Gets the value of the situationRecordVersionTime property.
|
java.util.List<UrlLink> |
getUrlLinks()
Gets the value of the urlLinks property.
|
Validity |
getValidity()
Gets the value of the validity property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setCause(Cause value)
Sets the value of the cause property.
|
void |
setGroupOfLocations(GroupOfLocations value)
Sets the value of the groupOfLocations property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setImpact(Impact value)
Sets the value of the impact property.
|
void |
setProbabilityOfOccurrence(ProbabilityOfOccurrenceEnum value)
Sets the value of the probabilityOfOccurrence property.
|
void |
setSituationRecordCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the situationRecordCreationTime property.
|
void |
setSituationRecordExtension(ExtensionType value)
Sets the value of the situationRecordExtension property.
|
void |
setSituationRecordVersionTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the situationRecordVersionTime property.
|
void |
setValidity(Validity value)
Sets the value of the validity property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected javax.xml.datatype.XMLGregorianCalendar situationRecordCreationTime
protected javax.xml.datatype.XMLGregorianCalendar situationRecordVersionTime
protected ProbabilityOfOccurrenceEnum probabilityOfOccurrence
protected Validity validity
protected Impact impact
protected Cause cause
protected java.util.List<Comment> generalPublicComments
protected java.util.List<UrlLink> urlLinks
protected GroupOfLocations groupOfLocations
protected ExtensionType situationRecordExtension
protected java.lang.String id
protected java.lang.String version
public javax.xml.datatype.XMLGregorianCalendar getSituationRecordCreationTime()
XMLGregorianCalendar
public void setSituationRecordCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getSituationRecordVersionTime()
XMLGregorianCalendar
public void setSituationRecordVersionTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public ProbabilityOfOccurrenceEnum getProbabilityOfOccurrence()
ProbabilityOfOccurrenceEnum
public void setProbabilityOfOccurrence(ProbabilityOfOccurrenceEnum value)
value
- allowed object is
ProbabilityOfOccurrenceEnum
public Validity getValidity()
Validity
public void setValidity(Validity value)
value
- allowed object is
Validity
public Impact getImpact()
Impact
public void setImpact(Impact value)
value
- allowed object is
Impact
public Cause getCause()
Cause
public void setCause(Cause value)
value
- allowed object is
Cause
public java.util.List<Comment> getGeneralPublicComments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the generalPublicComments property.
For example, to add a new item, do as follows:
getGeneralPublicComments().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public java.util.List<UrlLink> getUrlLinks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the urlLinks property.
For example, to add a new item, do as follows:
getUrlLinks().add(newItem);
Objects of the following type(s) are allowed in the list
UrlLink
public GroupOfLocations getGroupOfLocations()
GroupOfLocations
public void setGroupOfLocations(GroupOfLocations value)
value
- allowed object is
GroupOfLocations
public ExtensionType getSituationRecordExtension()
ExtensionType
public void setSituationRecordExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String