public class TransformsType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected List<TransformType> |
transform |
Constructor and Description |
---|
TransformsType() |
Modifier and Type | Method and Description |
---|---|
void |
add(TransformType tt) |
void |
addAll(List<TransformType> ttlist) |
List<TransformType> |
getTransform()
Gets the value of the transform property.
|
void |
remove(TransformType tt) |
protected List<TransformType> transform
public void add(TransformType tt)
public void addAll(List<TransformType> ttlist)
public void remove(TransformType tt)
public List<TransformType> getTransform()
Objects of the following type(s) are allowed in the list TransformType
Copyright © 2021 JBoss by Red Hat. All rights reserved.