public class HeaderInformation
extends java.lang.Object
Java class for HeaderInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeaderInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="areaOfInterest" type="{http://datex2.eu/schema/2/2_0}AreaOfInterestEnum" minOccurs="0"/>
<element name="confidentiality" type="{http://datex2.eu/schema/2/2_0}ConfidentialityValueEnum"/>
<element name="informationStatus" type="{http://datex2.eu/schema/2/2_0}InformationStatusEnum"/>
<element name="urgency" type="{http://datex2.eu/schema/2/2_0}UrgencyEnum" minOccurs="0"/>
<element name="headerInformationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AreaOfInterestEnum |
areaOfInterest |
protected ConfidentialityValueEnum |
confidentiality |
protected ExtensionType |
headerInformationExtension |
protected InformationStatusEnum |
informationStatus |
protected UrgencyEnum |
urgency |
| Constructor and Description |
|---|
HeaderInformation() |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterestEnum |
getAreaOfInterest()
Gets the value of the areaOfInterest property.
|
ConfidentialityValueEnum |
getConfidentiality()
Gets the value of the confidentiality property.
|
ExtensionType |
getHeaderInformationExtension()
Gets the value of the headerInformationExtension property.
|
InformationStatusEnum |
getInformationStatus()
Gets the value of the informationStatus property.
|
UrgencyEnum |
getUrgency()
Gets the value of the urgency property.
|
void |
setAreaOfInterest(AreaOfInterestEnum value)
Sets the value of the areaOfInterest property.
|
void |
setConfidentiality(ConfidentialityValueEnum value)
Sets the value of the confidentiality property.
|
void |
setHeaderInformationExtension(ExtensionType value)
Sets the value of the headerInformationExtension property.
|
void |
setInformationStatus(InformationStatusEnum value)
Sets the value of the informationStatus property.
|
void |
setUrgency(UrgencyEnum value)
Sets the value of the urgency property.
|
protected AreaOfInterestEnum areaOfInterest
protected ConfidentialityValueEnum confidentiality
protected InformationStatusEnum informationStatus
protected UrgencyEnum urgency
protected ExtensionType headerInformationExtension
public AreaOfInterestEnum getAreaOfInterest()
AreaOfInterestEnumpublic void setAreaOfInterest(AreaOfInterestEnum value)
value - allowed object is
AreaOfInterestEnumpublic ConfidentialityValueEnum getConfidentiality()
ConfidentialityValueEnumpublic void setConfidentiality(ConfidentialityValueEnum value)
value - allowed object is
ConfidentialityValueEnumpublic InformationStatusEnum getInformationStatus()
InformationStatusEnumpublic void setInformationStatus(InformationStatusEnum value)
value - allowed object is
InformationStatusEnumpublic UrgencyEnum getUrgency()
UrgencyEnumpublic void setUrgency(UrgencyEnum value)
value - allowed object is
UrgencyEnumpublic ExtensionType getHeaderInformationExtension()
ExtensionTypepublic void setHeaderInformationExtension(ExtensionType value)
value - allowed object is
ExtensionType