|
||||||||||
| 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.PartnerInfoType
public class PartnerInfoType
Data type for customer data with regard to distributed signatures (order types HKD, HTD).
Java class for PartnerInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartnerInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddressInfo" type="{http://www.ebics.org/H003}AddressInfoType"/>
<element name="BankInfo" type="{http://www.ebics.org/H003}BankInfoType"/>
<element name="AccountInfo" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.ebics.org/H003}AccountType">
<sequence>
<element name="UsageOrderTypes" type="{http://www.ebics.org/H003}OrderTListType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.ebics.org/H003}AccountIDType" />
</extension>
</complexContent>
</complexType>
</element>
<element name="OrderInfo" type="{http://www.ebics.org/H003}AuthOrderInfoType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PartnerInfoType.AccountInfo
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<PartnerInfoType.AccountInfo> |
accountInfo
|
protected AddressInfoType |
addressInfo
|
protected BankInfoType |
bankInfo
|
protected List<AuthOrderInfoType> |
orderInfo
|
| Constructor Summary | |
|---|---|
PartnerInfoType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType instance. |
|
PartnerInfoType(PartnerInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PartnerInfoType |
clone()
Creates and returns a copy of this object. |
List<PartnerInfoType.AccountInfo> |
getAccountInfo()
Gets the value of the accountInfo property. |
AddressInfoType |
getAddressInfo()
Gets the value of the addressInfo property. |
BankInfoType |
getBankInfo()
Gets the value of the bankInfo property. |
List<AuthOrderInfoType> |
getOrderInfo()
Gets the value of the orderInfo property. |
void |
setAddressInfo(AddressInfoType value)
Sets the value of the addressInfo property. |
void |
setBankInfo(BankInfoType value)
Sets the value of the bankInfo property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AddressInfoType addressInfo
protected BankInfoType bankInfo
protected List<PartnerInfoType.AccountInfo> accountInfo
protected List<AuthOrderInfoType> orderInfo
| Constructor Detail |
|---|
public PartnerInfoType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType instance.
public PartnerInfoType(PartnerInfoType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.PartnerInfoType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public AddressInfoType getAddressInfo()
AddressInfoTypepublic void setAddressInfo(AddressInfoType value)
value - allowed object is
AddressInfoTypepublic BankInfoType getBankInfo()
BankInfoTypepublic void setBankInfo(BankInfoType value)
value - allowed object is
BankInfoTypepublic List<PartnerInfoType.AccountInfo> getAccountInfo()
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 accountInfo property.
For example, to add a new item, do as follows:
getAccountInfo().add(newItem);
Objects of the following type(s) are allowed in the list
PartnerInfoType.AccountInfo
public List<AuthOrderInfoType> getOrderInfo()
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 orderInfo property.
For example, to add a new item, do as follows:
getOrderInfo().add(newItem);
Objects of the following type(s) are allowed in the list
AuthOrderInfoType
public PartnerInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||