de.extra_standard.namespace.plugins._1
Class DataTransformsType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.AbstractPlugInType
      extended by de.extra_standard.namespace.plugins._1.DataTransformsType

public class DataTransformsType
extends AbstractPlugInType

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

compression

protected List<CompressionType> compression

encryption

protected List<EncryptionType> encryption

signature

protected List<SignatureType> signature

version

protected String version
Constructor Detail

DataTransformsType

public DataTransformsType()
Method Detail

getCompression

public List<CompressionType> getCompression()
Gets the value of the compression property.

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


getEncryption

public List<EncryptionType> getEncryption()
Gets the value of the encryption property.

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


getSignature

public List<SignatureType> getSignature()
Gets the value of the signature property.

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


getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.