|
||||||||||
| 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.HPDVersionType
public class HPDVersionType
Datentyp für HPD-Versionsinformationen.
Java class for HPDVersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HPDVersionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Protocol">
<simpleType>
<list itemType="{http://www.ebics.org/H003}ProtocolVersionType" />
</simpleType>
</element>
<element name="Authentication">
<simpleType>
<list itemType="{http://www.ebics.org/H003}AuthenticationVersionType" />
</simpleType>
</element>
<element name="Encryption">
<simpleType>
<list itemType="{http://www.ebics.org/H003}EncryptionVersionType" />
</simpleType>
</element>
<element name="Signature">
<simpleType>
<list itemType="{http://www.ebics.org/S001}SignatureVersionType" />
</simpleType>
</element>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
any
|
protected String[] |
authentication
|
protected String[] |
encryption
|
protected String[] |
protocol
|
protected String[] |
signature
|
| Constructor Summary | |
|---|---|
HPDVersionType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDVersionType instance. |
|
HPDVersionType(HPDVersionType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDVersionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HPDVersionType |
clone()
Creates and returns a copy of this object. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String[] |
getAuthentication()
|
String |
getAuthentication(int idx)
|
int |
getAuthenticationLength()
|
String[] |
getEncryption()
|
String |
getEncryption(int idx)
|
int |
getEncryptionLength()
|
String[] |
getProtocol()
|
String |
getProtocol(int idx)
|
int |
getProtocolLength()
|
String[] |
getSignature()
|
String |
getSignature(int idx)
|
int |
getSignatureLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
String |
setAuthentication(int idx,
String value)
|
void |
setAuthentication(String[] values)
|
String |
setEncryption(int idx,
String value)
|
void |
setEncryption(String[] values)
|
String |
setProtocol(int idx,
String value)
|
void |
setProtocol(String[] values)
|
String |
setSignature(int idx,
String value)
|
void |
setSignature(String[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String[] protocol
protected String[] authentication
protected String[] encryption
protected String[] signature
protected Object[] any
| Constructor Detail |
|---|
public HPDVersionType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDVersionType instance.
public HPDVersionType(HPDVersionType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.ebics.h003.HPDVersionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String[] getProtocol()
Stringpublic String getProtocol(int idx)
Stringpublic int getProtocolLength()
public void setProtocol(String[] values)
values - allowed objects are
String
public String setProtocol(int idx,
String value)
value - allowed object is
Stringpublic String[] getAuthentication()
Stringpublic String getAuthentication(int idx)
Stringpublic int getAuthenticationLength()
public void setAuthentication(String[] values)
values - allowed objects are
String
public String setAuthentication(int idx,
String value)
value - allowed object is
Stringpublic String[] getEncryption()
Stringpublic String getEncryption(int idx)
Stringpublic int getEncryptionLength()
public void setEncryption(String[] values)
values - allowed objects are
String
public String setEncryption(int idx,
String value)
value - allowed object is
Stringpublic String[] getSignature()
Stringpublic String getSignature(int idx)
Stringpublic int getSignatureLength()
public void setSignature(String[] values)
values - allowed objects are
String
public String setSignature(int idx,
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 HPDVersionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||