Class UserInfoCT.Address

  • Enclosing class:
    UserInfoCT

    public static class UserInfoCT.Address
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="street" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="street2" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="p-o-box" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="city" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="country" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getStreet

        public String getStreet()
        Gets the value of the street property.
        Returns:
        possible object is String
      • setStreet

        public void setStreet​(String value)
        Sets the value of the street property.
        Parameters:
        value - allowed object is String
      • getStreet2

        public String getStreet2()
        Gets the value of the street2 property.
        Returns:
        possible object is String
      • setStreet2

        public void setStreet2​(String value)
        Sets the value of the street2 property.
        Parameters:
        value - allowed object is String
      • getPOBox

        public String getPOBox()
        Gets the value of the poBox property.
        Returns:
        possible object is String
      • setPOBox

        public void setPOBox​(String value)
        Sets the value of the poBox property.
        Parameters:
        value - allowed object is String
      • getPostalCode

        public String getPostalCode()
        Gets the value of the postalCode property.
        Returns:
        possible object is String
      • setPostalCode

        public void setPostalCode​(String value)
        Sets the value of the postalCode property.
        Parameters:
        value - allowed object is String
      • getCity

        public String getCity()
        Gets the value of the city property.
        Returns:
        possible object is String
      • setCity

        public void setCity​(String value)
        Sets the value of the city property.
        Parameters:
        value - allowed object is String
      • getCountry

        public String getCountry()
        Gets the value of the country property.
        Returns:
        possible object is String
      • setCountry

        public void setCountry​(String value)
        Sets the value of the country property.
        Parameters:
        value - allowed object is String