Package org.cxml
Class Place
- java.lang.Object
-
- org.cxml.Place
-
public class Place extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Place()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetAddress()Gets the value of the address property.java.lang.StringgetCode()Gets the value of the code property.java.lang.StringgetDomain()Gets the value of the domain property.voidsetAddress(Address value)Sets the value of the address property.voidsetCode(java.lang.String value)Sets the value of the code property.voidsetDomain(java.lang.String value)Sets the value of the domain property.
-
-
-
Field Detail
-
code
protected java.lang.String code
-
domain
protected java.lang.String domain
-
address
protected Address address
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(java.lang.String value)
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDomain
public java.lang.String getDomain()
Gets the value of the domain property.- Returns:
- possible object is
String
-
setDomain
public void setDomain(java.lang.String value)
Sets the value of the domain property.- Parameters:
value- allowed object isString
-
getAddress
public Address getAddress()
Gets the value of the address property.- Returns:
- possible object is
Address
-
-