Package org.cxml

Class Place


  • public class Place
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Address address  
      protected java.lang.String code  
      protected java.lang.String domain  
    • Constructor Summary

      Constructors 
      Constructor Description
      Place()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Address getAddress()
      Gets the value of the address property.
      java.lang.String getCode()
      Gets the value of the code property.
      java.lang.String getDomain()
      Gets the value of the domain property.
      void setAddress​(Address value)
      Sets the value of the address property.
      void setCode​(java.lang.String value)
      Sets the value of the code property.
      void setDomain​(java.lang.String value)
      Sets the value of the domain property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        protected java.lang.String code
      • domain

        protected java.lang.String domain
      • address

        protected Address address
    • Constructor Detail

      • Place

        public Place()
    • 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 is String
      • 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 is String
      • getAddress

        public Address getAddress()
        Gets the value of the address property.
        Returns:
        possible object is Address
      • setAddress

        public void setAddress​(Address value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is Address