Package | Description |
---|---|
eu.datex2.schema.dynamisch.routen.reisezeiten |
Modifier and Type | Field and Description |
---|---|
protected AreaOfInterestEnum |
HeaderInformation.areaOfInterest |
Modifier and Type | Method and Description |
---|---|
static AreaOfInterestEnum |
AreaOfInterestEnum.fromValue(java.lang.String v) |
AreaOfInterestEnum |
HeaderInformation.getAreaOfInterest()
Gets the value of the areaOfInterest property.
|
static AreaOfInterestEnum |
AreaOfInterestEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AreaOfInterestEnum[] |
AreaOfInterestEnum.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.setAreaOfInterest(AreaOfInterestEnum value)
Sets the value of the areaOfInterest property.
|