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>
 
  • Field Details

  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getStreetAddress

      public StreetAddress getStreetAddress()
      Gets the value of the streetAddress property.
      Returns:
      possible object is StreetAddress
    • setStreetAddress

      public void setStreetAddress(StreetAddress value)
      Sets the value of the streetAddress property.
      Parameters:
      value - allowed object is StreetAddress
    • getCity

      public String getCity()
      Gets the value of the city property.
      Returns:
      possible object is String
    • setCity

      public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
    • getState

      public String getState()
      Gets the value of the state property.
      Returns:
      possible object is String
    • setState

      public void setState(String value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is String
    • getCountry

      public CountryCode getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryCode
    • setCountry

      public void setCountry(CountryCode value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryCode
    • getPostalCode

      public String getPostalCode()
      Gets the value of the postalCode property.
      Returns:
      possible object is String
    • setPostalCode

      public void setPostalCode(String value)
      Sets the value of the postalCode property.
      Parameters:
      value - allowed object is String