Class XjcRdeRegistrarAddrType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rderegistrar.XjcRdeRegistrarAddrType

public class XjcRdeRegistrarAddrType extends XjcObject

Java class for addrType complex type

.

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

 <complexType name="addrType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="street" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}optPostalLineType" maxOccurs="3" minOccurs="0"/>
         <element name="city" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}postalLineType"/>
         <element name="sp" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}optPostalLineType" minOccurs="0"/>
         <element name="pc" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}pcType" minOccurs="0"/>
         <element name="cc" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}ccType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcRdeRegistrarAddrType

      public XjcRdeRegistrarAddrType()
  • Method Details

    • getStreets

      public List<String> getStreets()
      Gets the value of the streets property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the streets property.

      For example, to add a new item, do as follows:

       getStreets().add(newItem);
       
      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the streets property.
    • 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
    • getSp

      public String getSp()
      Gets the value of the sp property.
      Returns:
      possible object is String
    • setSp

      public void setSp(String value)
      Sets the value of the sp property.
      Parameters:
      value - allowed object is String
    • getPc

      public String getPc()
      Gets the value of the pc property.
      Returns:
      possible object is String
    • setPc

      public void setPc(String value)
      Sets the value of the pc property.
      Parameters:
      value - allowed object is String
    • getCc

      public String getCc()
      Gets the value of the cc property.
      Returns:
      possible object is String
    • setCc

      public void setCc(String value)
      Sets the value of the cc property.
      Parameters:
      value - allowed object is String