Class Address
java.lang.Object
net.finmath.smartcontract.product.xml.Address
A type that represents a physical postal address.
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="streetAddress" type="{http://www.fpml.org/FpML-5/confirmation}StreetAddress" minOccurs="0"/> <element name="city" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="state" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> <element name="country" type="{http://www.fpml.org/FpML-5/confirmation}CountryCode" minOccurs="0"/> <element name="postalCode" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected CountryCode
protected String
protected String
protected StreetAddress
-
Constructor Summary
-
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.getState()
Gets the value of the state property.Gets the value of the streetAddress property.void
Sets the value of the city property.void
setCountry
(CountryCode value) Sets the value of the country property.void
setPostalCode
(String value) Sets the value of the postalCode property.void
Sets the value of the state property.void
setStreetAddress
(StreetAddress value) Sets the value of the streetAddress property.
-
Field Details
-
streetAddress
-
city
-
state
-
country
-
postalCode
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getStreetAddress
Gets the value of the streetAddress property.- Returns:
- possible object is
StreetAddress
-
setStreetAddress
Sets the value of the streetAddress property.- Parameters:
value
- allowed object isStreetAddress
-
getCity
-
setCity
-
getState
-
setState
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
CountryCode
-
setCountry
Sets the value of the country property.- Parameters:
value
- allowed object isCountryCode
-
getPostalCode
-
setPostalCode
-