Package | Description |
---|---|
eu.datex2.schema.dynamisch.segmente.verkehrslage |
Modifier and Type | Field and Description |
---|---|
protected InformationStatusEnum |
HeaderInformation.informationStatus |
Modifier and Type | Method and Description |
---|---|
static InformationStatusEnum |
InformationStatusEnum.fromValue(java.lang.String v) |
InformationStatusEnum |
HeaderInformation.getInformationStatus()
Gets the value of the informationStatus property.
|
static InformationStatusEnum |
InformationStatusEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InformationStatusEnum[] |
InformationStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HeaderInformation.setInformationStatus(InformationStatusEnum value)
Sets the value of the informationStatus property.
|