|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.plugins._1.TransformedDataType
public class TransformedDataType
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 |
|---|
protected byte[] value
protected List<BigInteger> transforms
| Constructor Detail |
|---|
public TransformedDataType()
| Method Detail |
|---|
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public List<BigInteger> getTransforms()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||