public abstract class SituationRecord
extends java.lang.Object
Java-Klasse für SituationRecord complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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="severity" type="{http://datex2.eu/schema/2/2_0}SeverityEnum" minOccurs="0"/> <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="nonGeneralPublicComment" 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> |
generalPublicComment |
protected GroupOfLocations |
groupOfLocations |
protected java.lang.String |
id |
protected Impact |
impact |
protected java.util.List<Comment> |
nonGeneralPublicComment |
protected ProbabilityOfOccurrenceEnum |
probabilityOfOccurrence |
protected SeverityEnum |
severity |
protected javax.xml.datatype.XMLGregorianCalendar |
situationRecordCreationTime |
protected ExtensionType |
situationRecordExtension |
protected javax.xml.datatype.XMLGregorianCalendar |
situationRecordVersionTime |
protected java.util.List<UrlLink> |
urlLink |
protected Validity |
validity |
protected java.lang.String |
version |
Constructor and Description |
---|
SituationRecord() |
Modifier and Type | Method and Description |
---|---|
Cause |
getCause()
Ruft den Wert der cause-Eigenschaft ab.
|
java.util.List<Comment> |
getGeneralPublicComment()
Gets the value of the generalPublicComment property.
|
GroupOfLocations |
getGroupOfLocations()
Ruft den Wert der groupOfLocations-Eigenschaft ab.
|
java.lang.String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
Impact |
getImpact()
Ruft den Wert der impact-Eigenschaft ab.
|
java.util.List<Comment> |
getNonGeneralPublicComment()
Gets the value of the nonGeneralPublicComment property.
|
ProbabilityOfOccurrenceEnum |
getProbabilityOfOccurrence()
Ruft den Wert der probabilityOfOccurrence-Eigenschaft ab.
|
SeverityEnum |
getSeverity()
Ruft den Wert der severity-Eigenschaft ab.
|
javax.xml.datatype.XMLGregorianCalendar |
getSituationRecordCreationTime()
Ruft den Wert der situationRecordCreationTime-Eigenschaft ab.
|
ExtensionType |
getSituationRecordExtension()
Ruft den Wert der situationRecordExtension-Eigenschaft ab.
|
javax.xml.datatype.XMLGregorianCalendar |
getSituationRecordVersionTime()
Ruft den Wert der situationRecordVersionTime-Eigenschaft ab.
|
java.util.List<UrlLink> |
getUrlLink()
Gets the value of the urlLink property.
|
Validity |
getValidity()
Ruft den Wert der validity-Eigenschaft ab.
|
java.lang.String |
getVersion()
Ruft den Wert der version-Eigenschaft ab.
|
void |
setCause(Cause value)
Legt den Wert der cause-Eigenschaft fest.
|
void |
setGroupOfLocations(GroupOfLocations value)
Legt den Wert der groupOfLocations-Eigenschaft fest.
|
void |
setId(java.lang.String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setImpact(Impact value)
Legt den Wert der impact-Eigenschaft fest.
|
void |
setProbabilityOfOccurrence(ProbabilityOfOccurrenceEnum value)
Legt den Wert der probabilityOfOccurrence-Eigenschaft fest.
|
void |
setSeverity(SeverityEnum value)
Legt den Wert der severity-Eigenschaft fest.
|
void |
setSituationRecordCreationTime(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der situationRecordCreationTime-Eigenschaft fest.
|
void |
setSituationRecordExtension(ExtensionType value)
Legt den Wert der situationRecordExtension-Eigenschaft fest.
|
void |
setSituationRecordVersionTime(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der situationRecordVersionTime-Eigenschaft fest.
|
void |
setValidity(Validity value)
Legt den Wert der validity-Eigenschaft fest.
|
void |
setVersion(java.lang.String value)
Legt den Wert der version-Eigenschaft fest.
|
protected javax.xml.datatype.XMLGregorianCalendar situationRecordCreationTime
protected javax.xml.datatype.XMLGregorianCalendar situationRecordVersionTime
protected ProbabilityOfOccurrenceEnum probabilityOfOccurrence
protected SeverityEnum severity
protected Validity validity
protected Impact impact
protected Cause cause
protected java.util.List<Comment> generalPublicComment
protected java.util.List<Comment> nonGeneralPublicComment
protected java.util.List<UrlLink> urlLink
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 SeverityEnum getSeverity()
SeverityEnum
public void setSeverity(SeverityEnum value)
value
- allowed object is
SeverityEnum
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> getGeneralPublicComment()
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 generalPublicComment property.
For example, to add a new item, do as follows:
getGeneralPublicComment().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public java.util.List<Comment> getNonGeneralPublicComment()
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 nonGeneralPublicComment property.
For example, to add a new item, do as follows:
getNonGeneralPublicComment().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public java.util.List<UrlLink> getUrlLink()
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 urlLink property.
For example, to add a new item, do as follows:
getUrlLink().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