net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003
Class AddressInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.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  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.pub.indexed.valueclass.ebics.h003.AddressInfoType instance.
AddressInfoType(AddressInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.ebics.h003.AddressInfoType instance by copying a given instance.
 
Method Summary
 AddressInfoType clone()
          Creates and returns a copy of this object.
 void copyAny(Object[] source)
          Copies all values of property Any.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 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.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 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 Object[] any
Constructor Detail

AddressInfoType

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


AddressInfoType

public AddressInfoType(AddressInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

copyAny

public void copyAny(Object[] source)
Copies all values of property Any.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

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.