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: