|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.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 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.priv.collections.valueclass.ebics.h003.AddressInfoType instance. |
|
AddressInfoType(AddressInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.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 |
|---|
protected String name
protected String street
protected String postCode
protected String city
protected String region
protected String country
protected List<Object> any
| Constructor Detail |
|---|
public AddressInfoType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.AddressInfoType instance.
public AddressInfoType(AddressInfoType o)
net.sourceforge.ccxjc.it.model.priv.collections.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 List<Object> getAny()
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
public AddressInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||