Class Address

java.lang.Object
net.finmath.smartcontract.product.xml.Address

public class Address extends Object
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>