|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.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 PartnerInfoType.AccountInfo[] |
accountInfo
|
protected AddressInfoType |
addressInfo
|
protected BankInfoType |
bankInfo
|
protected AuthOrderInfoType[] |
orderInfo
|
| Constructor Summary | |
|---|---|
PartnerInfoType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.PartnerInfoType instance. |
|
PartnerInfoType(PartnerInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.PartnerInfoType instance by copying a given instance. |
|
| 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 PartnerInfoType.AccountInfo[] accountInfo
protected AuthOrderInfoType[] orderInfo
| Constructor Detail |
|---|
public PartnerInfoType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.ebics.h003.PartnerInfoType instance.
public PartnerInfoType(PartnerInfoType o)
net.sourceforge.ccxjc.it.model.prot.indexed.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 PartnerInfoType.AccountInfo[] getAccountInfo()
PartnerInfoType.AccountInfopublic PartnerInfoType.AccountInfo getAccountInfo(int idx)
PartnerInfoType.AccountInfopublic int getAccountInfoLength()
public void setAccountInfo(PartnerInfoType.AccountInfo[] values)
values - allowed objects are
PartnerInfoType.AccountInfo
public PartnerInfoType.AccountInfo setAccountInfo(int idx,
PartnerInfoType.AccountInfo value)
value - allowed object is
PartnerInfoType.AccountInfopublic AuthOrderInfoType[] getOrderInfo()
AuthOrderInfoTypepublic AuthOrderInfoType getOrderInfo(int idx)
AuthOrderInfoTypepublic int getOrderInfoLength()
public void setOrderInfo(AuthOrderInfoType[] values)
values - allowed objects are
AuthOrderInfoType
public AuthOrderInfoType setOrderInfo(int idx,
AuthOrderInfoType value)
value - allowed object is
AuthOrderInfoTypeprotected void copyAccountInfo(PartnerInfoType.AccountInfo[] source)
AccountInfo.
source - The source to copy from.
NullPointerException - if source is null.protected void copyOrderInfo(AuthOrderInfoType[] source)
OrderInfo.
source - The source to copy from.
NullPointerException - if source is null.public PartnerInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||