|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.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.priv.indexed.valueclass.ebics.h003.PartnerInfoType instance. |
|
PartnerInfoType(PartnerInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.PartnerInfoType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PartnerInfoType |
clone()
Creates and returns a copy of this object. |
PartnerInfoType.AccountInfo[] |
getAccountInfo()
|
PartnerInfoType.AccountInfo |
getAccountInfo(int idx)
|
int |
getAccountInfoLength()
|
AddressInfoType |
getAddressInfo()
Gets the value of the addressInfo property. |
BankInfoType |
getBankInfo()
Gets the value of the bankInfo property. |
AuthOrderInfoType[] |
getOrderInfo()
|
AuthOrderInfoType |
getOrderInfo(int idx)
|
int |
getOrderInfoLength()
|
PartnerInfoType.AccountInfo |
setAccountInfo(int idx,
PartnerInfoType.AccountInfo value)
|
void |
setAccountInfo(PartnerInfoType.AccountInfo[] values)
|
void |
setAddressInfo(AddressInfoType value)
Sets the value of the addressInfo property. |
void |
setBankInfo(BankInfoType value)
Sets the value of the bankInfo property. |
void |
setOrderInfo(AuthOrderInfoType[] values)
|
AuthOrderInfoType |
setOrderInfo(int idx,
AuthOrderInfoType value)
|
| 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.priv.indexed.valueclass.ebics.h003.PartnerInfoType instance.
public PartnerInfoType(PartnerInfoType o)
net.sourceforge.ccxjc.it.model.priv.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
AuthOrderInfoTypepublic PartnerInfoType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||