Package org.cxml

Class PostalAddress

java.lang.Object
org.cxml.PostalAddress

public class PostalAddress extends Object
  • Field Details

  • Constructor Details

    • PostalAddress

      public PostalAddress()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDeliverTo

      public List<DeliverTo> getDeliverTo()
      Gets the value of the deliverTo 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 deliverTo property.

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

          getDeliverTo().add(newItem);
       

      Objects of the following type(s) are allowed in the list DeliverTo

    • getStreet

      public List<Street> getStreet()
      Gets the value of the street 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 street property.

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

          getStreet().add(newItem);
       

      Objects of the following type(s) are allowed in the list Street

    • getCity

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

      public void setCity(City value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is City
    • getMunicipality

      public Municipality getMunicipality()
      Gets the value of the municipality property.
      Returns:
      possible object is Municipality
    • setMunicipality

      public void setMunicipality(Municipality value)
      Sets the value of the municipality property.
      Parameters:
      value - allowed object is Municipality
    • getState

      public State getState()
      Gets the value of the state property.
      Returns:
      possible object is State
    • setState

      public void setState(State value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is State
    • 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
    • getCountry

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

      public void setCountry(Country value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is Country
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic 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 extrinsic property.

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

          getExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic