org.w3.xenc
Class TransformsType

java.lang.Object
  extended by org.w3.xenc.TransformsType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class TransformsType
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for TransformsType complex type.

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

 <complexType name="TransformsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transform" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Transform> transforms
           
 
Constructor Summary
TransformsType()
          Default no-arg constructor
TransformsType(List<Transform> transforms)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 List<Transform> getTransforms()
          Gets the value of the transforms property.
 void setTransforms(List<Transform> value)
           
 String toString()
           
 TransformsType withTransforms(Collection<Transform> values)
           
 TransformsType withTransforms(List<Transform> value)
           
 TransformsType withTransforms(Transform... values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transforms

protected List<Transform> transforms
Constructor Detail

TransformsType

public TransformsType()
Default no-arg constructor


TransformsType

public TransformsType(List<Transform> transforms)
Fully-initialising value constructor

Method Detail

getTransforms

public List<Transform> 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 Transform


setTransforms

public void setTransforms(List<Transform> value)

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withTransforms

public TransformsType withTransforms(Transform... values)

withTransforms

public TransformsType withTransforms(Collection<Transform> values)

withTransforms

public TransformsType withTransforms(List<Transform> value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.