Package | Description |
---|---|
eu.datex2.schema.dynamisch.tmcmeldungen |
Modifier and Type | Field and Description |
---|---|
protected MultilingualString |
AlertCDirection.alertCDirectionNamed |
protected MultilingualString |
AlertCLocation.alertCLocationName |
protected MultilingualString |
Comment.comment |
protected MultilingualString |
TpegDescriptor.descriptor |
protected MultilingualString |
Period.periodName |
protected MultilingualString |
LinearElement.roadName |
protected MultilingualString |
PolygonArea.sectionName |
protected MultilingualString |
UrlLink.urlLinkDescription |
Modifier and Type | Method and Description |
---|---|
MultilingualString |
ObjectFactory.createMultilingualString()
Create an instance of
MultilingualString |
MultilingualString |
AlertCDirection.getAlertCDirectionNamed()
Gets the value of the alertCDirectionNamed property.
|
MultilingualString |
AlertCLocation.getAlertCLocationName()
Gets the value of the alertCLocationName property.
|
MultilingualString |
Comment.getComment()
Gets the value of the comment property.
|
MultilingualString |
TpegDescriptor.getDescriptor()
Gets the value of the descriptor property.
|
MultilingualString |
Period.getPeriodName()
Gets the value of the periodName property.
|
MultilingualString |
LinearElement.getRoadName()
Gets the value of the roadName property.
|
MultilingualString |
PolygonArea.getSectionName()
Gets the value of the sectionName property.
|
MultilingualString |
UrlLink.getUrlLinkDescription()
Gets the value of the urlLinkDescription property.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertCDirection.setAlertCDirectionNamed(MultilingualString value)
Sets the value of the alertCDirectionNamed property.
|
void |
AlertCLocation.setAlertCLocationName(MultilingualString value)
Sets the value of the alertCLocationName property.
|
void |
Comment.setComment(MultilingualString value)
Sets the value of the comment property.
|
void |
TpegDescriptor.setDescriptor(MultilingualString value)
Sets the value of the descriptor property.
|
void |
Period.setPeriodName(MultilingualString value)
Sets the value of the periodName property.
|
void |
LinearElement.setRoadName(MultilingualString value)
Sets the value of the roadName property.
|
void |
PolygonArea.setSectionName(MultilingualString value)
Sets the value of the sectionName property.
|
void |
UrlLink.setUrlLinkDescription(MultilingualString value)
Sets the value of the urlLinkDescription property.
|