Class InvoiceAddress

java.lang.Object
com.pensio.api.generated.InvoiceAddress

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public class InvoiceAddress extends Object

Java class for InvoiceAddress complex type.

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

 <complexType name="InvoiceAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="streetAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="region" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="att" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • givenName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String givenName
    • familyName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String familyName
    • email

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String email
    • phone

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String phone
    • streetAddress

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String streetAddress
    • region

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String region
    • postalCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String postalCode
    • country

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String country
    • city

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String city
    • att

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String att
  • Constructor Details

    • InvoiceAddress

      public InvoiceAddress()
  • Method Details

    • getGivenName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getGivenName()
      Gets the value of the givenName property.
      Returns:
      possible object is String
    • setGivenName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setGivenName(String value)
      Sets the value of the givenName property.
      Parameters:
      value - allowed object is String
    • getFamilyName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getFamilyName()
      Gets the value of the familyName property.
      Returns:
      possible object is String
    • setFamilyName

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setFamilyName(String value)
      Sets the value of the familyName property.
      Parameters:
      value - allowed object is String
    • getEmail

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getPhone

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getPhone()
      Gets the value of the phone property.
      Returns:
      possible object is String
    • setPhone

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setPhone(String value)
      Sets the value of the phone property.
      Parameters:
      value - allowed object is String
    • getStreetAddress

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getStreetAddress()
      Gets the value of the streetAddress property.
      Returns:
      possible object is String
    • setStreetAddress

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setStreetAddress(String value)
      Sets the value of the streetAddress property.
      Parameters:
      value - allowed object is String
    • getRegion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getRegion()
      Gets the value of the region property.
      Returns:
      possible object is String
    • setRegion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setRegion(String value)
      Sets the value of the region property.
      Parameters:
      value - allowed object is String
    • getPostalCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getPostalCode()
      Gets the value of the postalCode property.
      Returns:
      possible object is String
    • setPostalCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setPostalCode(String value)
      Sets the value of the postalCode property.
      Parameters:
      value - allowed object is String
    • getCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCountry()
      Gets the value of the country property.
      Returns:
      possible object is String
    • setCountry

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCountry(String value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is String
    • getCity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getCity()
      Gets the value of the city property.
      Returns:
      possible object is String
    • setCity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setCity(String value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is String
    • getAtt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getAtt()
      Gets the value of the att property.
      Returns:
      possible object is String
    • setAtt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setAtt(String value)
      Sets the value of the att property.
      Parameters:
      value - allowed object is String