|
||||||||||
| 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.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 List<Object> |
any
|
protected List<String> |
authentication
|
protected List<String> |
encryption
|
protected List<String> |
protocol
|
protected List<String> |
signature
|
| Constructor Summary | |
|---|---|
HPDVersionType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.HPDVersionType instance. |
|
HPDVersionType(HPDVersionType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.HPDVersionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
HPDVersionType |
clone()
Creates and returns a copy of this object. |
List<Object> |
getAny()
Gets the value of the any property. |
List<String> |
getAuthentication()
Gets the value of the authentication property. |
List<String> |
getEncryption()
Gets the value of the encryption property. |
List<String> |
getProtocol()
Gets the value of the protocol property. |
List<String> |
getSignature()
Gets the value of the signature property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> protocol
protected List<String> authentication
protected List<String> encryption
protected List<String> signature
protected List<Object> any
| Constructor Detail |
|---|
public HPDVersionType()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.HPDVersionType instance.
public HPDVersionType(HPDVersionType o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.ebics.h003.HPDVersionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<String> getProtocol()
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 protocol property.
For example, to add a new item, do as follows:
getProtocol().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getAuthentication()
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 authentication property.
For example, to add a new item, do as follows:
getAuthentication().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getEncryption()
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 encryption property.
For example, to add a new item, do as follows:
getEncryption().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getSignature()
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 signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
String
public 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 HPDVersionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||