Class PostalAddressType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rim.PostalAddressType
Mapping of the same named interface in ebRIM.
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">
<attribute name="city" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="country" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="postalCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="stateOrProvince" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="street" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ShortName" />
<attribute name="streetNumber" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String32" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the postalCode property.Gets the value of the stateOrProvince property.Gets the value of the street property.Gets the value of the streetNumber property.voidSets the value of the city property.voidsetCountry(String value) Sets the value of the country property.voidsetPostalCode(String value) Sets the value of the postalCode property.voidsetStateOrProvince(String value) Sets the value of the stateOrProvince property.voidSets the value of the street property.voidsetStreetNumber(String value) Sets the value of the streetNumber property.
-
Field Details
-
city
-
country
-
postalCode
-
stateOrProvince
-
street
-
streetNumber
-
-
Constructor Details
-
PostalAddressType
public PostalAddressType()
-
-
Method Details
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
String
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isString
-
getPostalCode
Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-
getStateOrProvince
Gets the value of the stateOrProvince property.- Returns:
- possible object is
String
-
setStateOrProvince
Sets the value of the stateOrProvince property.- Parameters:
value- allowed object isString
-
getStreet
Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
Sets the value of the street property.- Parameters:
value- allowed object isString
-
getStreetNumber
Gets the value of the streetNumber property.- Returns:
- possible object is
String
-
setStreetNumber
Sets the value of the streetNumber property.- Parameters:
value- allowed object isString
-