de.extra_standard.namespace.plugins._1
Class TransformedDataType

java.lang.Object
  extended by de.extra_standard.namespace.plugins._1.TransformedDataType

public class TransformedDataType
extends Object

Java class for TransformedDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransformedDataType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
       <attribute name="transforms">
         <simpleType>
           <list itemType="{http://www.extra-standard.de/namespace/plugins/1}TransformIDType" />
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  List<BigInteger> transforms
           
protected  byte[] value
           
 
Constructor Summary
TransformedDataType()
           
 
Method Summary
 List<BigInteger> getTransforms()
          Gets the value of the transforms property.
 byte[] getValue()
          Gets the value of the value property.
 void setValue(byte[] value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected byte[] value

transforms

protected List<BigInteger> transforms
Constructor Detail

TransformedDataType

public TransformedDataType()
Method Detail

getValue

public byte[] getValue()
Gets the value of the value property.

Returns:
possible object is byte[]

setValue

public void setValue(byte[] value)
Sets the value of the value property.

Parameters:
value - allowed object is byte[]

getTransforms

public List<BigInteger> getTransforms()
Gets the value of the transforms 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 transforms property.

For example, to add a new item, do as follows:

    getTransforms().add(newItem);
 

Objects of the following type(s) are allowed in the list BigInteger



Copyright © 2012-2013. All Rights Reserved.