|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.AbstractPlugInType
de.extra_standard.namespace.plugins._1.DataTransformsType
public class DataTransformsType
Java class for DataTransformsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataTransformsType">
<complexContent>
<extension base="{http://www.extra-standard.de/namespace/plugins/1}AbstractPlugInType">
<sequence>
<element name="Compression" type="{http://www.extra-standard.de/namespace/plugins/1}CompressionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Encryption" type="{http://www.extra-standard.de/namespace/plugins/1}EncryptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Signature" type="{http://www.extra-standard.de/namespace/plugins/1}SignatureType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version">
<simpleType>
<restriction base="{http://www.extra-standard.de/namespace/components/1}AbstractVersionType">
<enumeration value="1.2"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<CompressionType> |
compression
|
protected List<EncryptionType> |
encryption
|
protected List<SignatureType> |
signature
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DataTransformsType()
|
|
| Method Summary | |
|---|---|
List<CompressionType> |
getCompression()
Gets the value of the compression property. |
List<EncryptionType> |
getEncryption()
Gets the value of the encryption property. |
List<SignatureType> |
getSignature()
Gets the value of the signature property. |
String |
getVersion()
Gets the value of the version property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<CompressionType> compression
protected List<EncryptionType> encryption
protected List<SignatureType> signature
protected String version
| Constructor Detail |
|---|
public DataTransformsType()
| Method Detail |
|---|
public List<CompressionType> getCompression()
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 compression property.
For example, to add a new item, do as follows:
getCompression().add(newItem);
Objects of the following type(s) are allowed in the list
CompressionType
public List<EncryptionType> 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
EncryptionType
public List<SignatureType> 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
SignatureType
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||