public class TransformType extends Object
Java class for TransformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<any/>
<element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected URI |
algorithm |
protected List<Object> |
content |
| Constructor and Description |
|---|
TransformType(URI algorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransform(Object obj) |
URI |
getAlgorithm()
Gets the value of the algorithm property.
|
List<Object> |
getContent()
Gets the value of the content property.
|
void |
removeTransform(Object obj) |
public TransformType(URI algorithm)
Copyright © 2021 JBoss by Red Hat. All rights reserved.