Class PostalAddressType

java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.PostalAddressType
All Implemented Interfaces:
Serializable

public class PostalAddressType extends Object implements Serializable

Java class for PostalAddressType complex type.

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

 <complexType name="PostalAddressType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StreetAddress" type="{http://uri.etsi.org/02231/v2#}NonEmptyString"/>
         <element name="Locality" type="{http://uri.etsi.org/02231/v2#}NonEmptyString"/>
         <element name="StateOrProvince" type="{http://uri.etsi.org/02231/v2#}NonEmptyString" minOccurs="0"/>
         <element name="PostalCode" type="{http://uri.etsi.org/02231/v2#}NonEmptyString" minOccurs="0"/>
         <element name="CountryName" type="{http://uri.etsi.org/02231/v2#}NonEmptyString"/>
       </sequence>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • streetAddress

      protected String streetAddress
    • locality

      protected String locality
    • stateOrProvince

      protected String stateOrProvince
    • postalCode

      protected String postalCode
    • countryName

      protected String countryName
    • lang

      protected String lang
  • Constructor Details

    • PostalAddressType

      public PostalAddressType()
  • Method Details

    • getStreetAddress

      public String getStreetAddress()
      Gets the value of the streetAddress property.
      Returns:
      possible object is String
    • setStreetAddress

      public void setStreetAddress(String value)
      Sets the value of the streetAddress property.
      Parameters:
      value - allowed object is String
    • getLocality

      public String getLocality()
      Gets the value of the locality property.
      Returns:
      possible object is String
    • setLocality

      public void setLocality(String value)
      Sets the value of the locality property.
      Parameters:
      value - allowed object is String
    • getStateOrProvince

      public String getStateOrProvince()
      Gets the value of the stateOrProvince property.
      Returns:
      possible object is String
    • setStateOrProvince

      public void setStateOrProvince(String value)
      Sets the value of the stateOrProvince 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
    • getCountryName

      public String getCountryName()
      Gets the value of the countryName property.
      Returns:
      possible object is String
    • setCountryName

      public void setCountryName(String value)
      Sets the value of the countryName property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

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