Class StreetAddress

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

public class StreetAddress extends Object
A type that describes the set of street and building number information that identifies a postal address within a city.

Java class for StreetAddress complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StreetAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="streetLine" type="{http://www.fpml.org/FpML-5/confirmation}String" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>