net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003
Class AddressInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.AddressInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class AddressInfoType
extends Object
implements Serializable, Cloneable

Data type for address information with regard to distributed signature (order types HKD, HTD).

Java class for AddressInfoType complex type.

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

 <complexType name="AddressInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
         <element name="Street" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
         <element name="PostCode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="City" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
         <element name="Region" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
         <element name="Country" type="{http://www.ebics.org/H003}NameType" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  String city
           
protected  String country
           
protected  String name
           
protected  String postCode
           
protected  String region
           
protected  String street
           
 
Constructor Summary
AddressInfoType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.AddressInfoType instance.
AddressInfoType(AddressInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.AddressInfoType instance by copying a given instance.
 
Method Summary
 AddressInfoType clone()
          Creates and returns a copy of this object.
 List<Object> getAny()
          Gets the value of the any property.
 String getCity()
          Gets the value of the city property.
 String getCountry()
          Gets the value of the country property.
 String getName()
          Gets the value of the name property.
 String getPostCode()
          Gets the value of the postCode property.
 String getRegion()
          Gets the value of the region property.
 String getStreet()
          Gets the value of the street property.
 void setCity(String value)
          Sets the value of the city property.
 void setCountry(String value)
          Sets the value of the country property.
 void setName(String value)
          Sets the value of the name property.
 void setPostCode(String value)
          Sets the value of the postCode property.
 void setRegion(String value)
          Sets the value of the region property.
 void setStreet(String value)
          Sets the value of the street property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

street

protected String street

postCode

protected String postCode

city

protected String city

region

protected String region

country

protected String country

any

protected List<Object> any
Constructor Detail

AddressInfoType

public AddressInfoType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.AddressInfoType instance.


AddressInfoType

public AddressInfoType(AddressInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.ebics.h003.AddressInfoType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
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

getStreet

public String getStreet()
Gets the value of the street property.

Returns:
possible object is String

setStreet

public void setStreet(String value)
Sets the value of the street property.

Parameters:
value - allowed object is String

getPostCode

public String getPostCode()
Gets the value of the postCode property.

Returns:
possible object is String

setPostCode

public void setPostCode(String value)
Sets the value of the postCode 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

getRegion

public String getRegion()
Gets the value of the region property.

Returns:
possible object is String

setRegion

public void setRegion(String value)
Sets the value of the region property.

Parameters:
value - allowed object is String

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

getAny

public List<Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


clone

public AddressInfoType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.