public interface PointOfInterestDescriptionType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String | getDisplayImage1()
Returns the value of the 'Display Image1' attribute.
|
java.lang.String | getDisplayImage2()
Returns the value of the 'Display Image2' attribute.
|
java.lang.String | getLanguage()
Returns the value of the 'Language' attribute.
|
java.lang.String | getLongDescription()
Returns the value of the 'Long Description' attribute.
|
java.lang.String | getName()
Returns the value of the 'Name' attribute.
|
java.lang.String | getShortDescription()
Returns the value of the 'Short Description' attribute.
|
UserDataType | getUserData()
Returns the value of the 'User Data' containment reference.
|
void | setDisplayImage1(java.lang.String value)
Sets the value of the 'Display Image1' attribute.
|
void | setDisplayImage2(java.lang.String value)
Sets the value of the 'Display Image2' attribute.
|
void | setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.
|
void | setLongDescription(java.lang.String value)
Sets the value of the 'Long Description' attribute.
|
void | setName(java.lang.String value)
Sets the value of the 'Name' attribute.
|
void | setShortDescription(java.lang.String value)
Sets the value of the 'Short Description' attribute.
|
void | setUserData(UserDataType value)
Sets the value of the 'User Data' containment reference.
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getShortDescription()
void setShortDescription(java.lang.String value)
java.lang.String getLongDescription()
void setLongDescription(java.lang.String value)
java.lang.String getDisplayImage1()
void setDisplayImage1(java.lang.String value)
java.lang.String getDisplayImage2()
void setDisplayImage2(java.lang.String value)
UserDataType getUserData()
void setUserData(UserDataType value)
java.lang.String getLanguage()
void setLanguage(java.lang.String value)