Class PostalAddressType
java.lang.Object
eu.europa.esig.lote.jaxb.PostalAddressType
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/019602/v1#}NonEmptyString"/>
<element name="Locality" type="{http://uri.etsi.org/019602/v1#}NonEmptyString"/>
<element name="StateOrProvince" type="{http://uri.etsi.org/019602/v1#}NonEmptyString" minOccurs="0"/>
<element name="PostalCode" type="{http://uri.etsi.org/019602/v1#}NonEmptyString" minOccurs="0"/>
<element name="CountryName" type="{http://uri.etsi.org/019602/v1#}NonEmptyString"/>
</sequence>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
</restriction>
</complexContent>
</complexType>
-
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.voidsetCountryName(String value) Sets the value of the countryName property.voidSets the value of the lang property.voidsetLocality(String value) Sets the value of the locality property.voidsetPostalCode(String value) Sets the value of the postalCode property.voidsetStateOrProvince(String value) Sets the value of the stateOrProvince property.voidsetStreetAddress(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
-