mx.bigdata.sat.common.detallista.schema
Class Detallista.InvoiceCreator.NameAndAddress

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.InvoiceCreator.NameAndAddress
Enclosing class:
Detallista.InvoiceCreator

public static class Detallista.InvoiceCreator.NameAndAddress
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="35"/>
             </restriction>
           </simpleType>
         </element>
         <element name="streetAddressOne" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="35"/>
             </restriction>
           </simpleType>
         </element>
         <element name="city" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="35"/>
             </restriction>
           </simpleType>
         </element>
         <element name="postalCode" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="9"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String city
           
protected  String name
           
protected  String postalCode
           
protected  String streetAddressOne
           
 
Constructor Summary
Detallista.InvoiceCreator.NameAndAddress()
           
 
Method Summary
 String getCity()
          Gets the value of the city property.
 String getName()
          Gets the value of the name property.
 String getPostalCode()
          Gets the value of the postalCode property.
 String getStreetAddressOne()
          Gets the value of the streetAddressOne property.
 void setCity(String value)
          Sets the value of the city property.
 void setName(String value)
          Sets the value of the name property.
 void setPostalCode(String value)
          Sets the value of the postalCode property.
 void setStreetAddressOne(String value)
          Sets the value of the streetAddressOne property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

streetAddressOne

protected String streetAddressOne

city

protected String city

postalCode

protected String postalCode
Constructor Detail

Detallista.InvoiceCreator.NameAndAddress

public Detallista.InvoiceCreator.NameAndAddress()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getStreetAddressOne

public String getStreetAddressOne()
Gets the value of the streetAddressOne property.

Returns:
possible object is String

setStreetAddressOne

public void setStreetAddressOne(String value)
Sets the value of the streetAddressOne property.

Parameters:
value - allowed object is String

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

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


Copyright © 2010-2013. All Rights Reserved.