Package org.cxml
Class Place
java.lang.Object
org.cxml.Place
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getCode()Gets the value of the code property.Gets the value of the domain property.voidsetAddress(Address value) Sets the value of the address property.voidSets the value of the code property.voidSets the value of the domain property.
-
Field Details
-
code
-
domain
-
address
-
-
Constructor Details
-
Place
public Place()
-
-
Method Details
-
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
-
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
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
Address
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddress
-