Class PostalAddressType
java.lang.Object
eu.europa.esig.trustedlist.jaxb.tsl.PostalAddressType
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the countryName property.getLang()
Gets the value of the lang property.Gets the value of the locality property.Gets the value of the postalCode property.Gets the value of the stateOrProvince property.Gets the value of the streetAddress property.void
setCountryName
(String value) Sets the value of the countryName property.void
Sets the value of the lang property.void
setLocality
(String value) Sets the value of the locality property.void
setPostalCode
(String value) Sets the value of the postalCode property.void
setStateOrProvince
(String value) Sets the value of the stateOrProvince property.void
setStreetAddress
(String value) Sets the value of the streetAddress property.
-
Field Details
-
streetAddress
-
locality
-
stateOrProvince
-
postalCode
-
countryName
-
lang
-
-
Constructor Details
-
PostalAddressType
public PostalAddressType()
-
-
Method Details
-
getStreetAddress
-
setStreetAddress
-
getLocality
-
setLocality
-
getStateOrProvince
-
setStateOrProvince
-
getPostalCode
-
setPostalCode
-
getCountryName
-
setCountryName
-
getLang
-
setLang
-