Package org.cxml
Class BookingClassCode
java.lang.Object
org.cxml.BookingClassCode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the description property.Gets the value of the domain property.voidSets the value of the code property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the domain property.
-
Field Details
-
domain
-
code
-
description
-
-
Constructor Details
-
BookingClassCode
public BookingClassCode()
-
-
Method Details
-
getDomain
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-