|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AddressInfoType
public class AddressInfoType
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>
| 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.pkg.indexed.valueclass.ebics.h003.AddressInfoType instance. |
|
AddressInfoType(AddressInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AddressInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AddressInfoType |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected String name
protected String street
protected String postCode
protected String city
protected String region
protected String country
protected Object[] any
| Constructor Detail |
|---|
public AddressInfoType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AddressInfoType instance.
public AddressInfoType(AddressInfoType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.ebics.h003.AddressInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStreet()
Stringpublic void setStreet(String value)
value - allowed object is
Stringpublic String getPostCode()
Stringpublic void setPostCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic Object[] getAny()
Element
Objectpublic Object getAny(int idx)
Element
Objectpublic int getAnyLength()
public void setAny(Object[] values)
values - allowed objects are
Element
Object
public Object setAny(int idx,
Object value)
value - allowed object is
Element
Objectpublic AddressInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||