public class TransformAlgorithmType extends Object
Java class for TransformAlgorithmType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformAlgorithmType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JAVACLASS" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="INOUT" type="{http://www.xmlsecurity.org/NS/configuration}inOutAttrType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InOutAttrType |
inout |
protected String |
javaclass |
protected String |
uri |
protected String |
value |
| Constructor and Description |
|---|
TransformAlgorithmType() |
| Modifier and Type | Method and Description |
|---|---|
InOutAttrType |
getINOUT()
Gets the value of the inout property.
|
String |
getJAVACLASS()
Gets the value of the javaclass property.
|
String |
getURI()
Gets the value of the uri property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setINOUT(InOutAttrType value)
Sets the value of the inout property.
|
void |
setJAVACLASS(String value)
Sets the value of the javaclass property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String uri
protected String javaclass
protected InOutAttrType inout
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getURI()
Stringpublic void setURI(String value)
value - allowed object is
Stringpublic String getJAVACLASS()
Stringpublic void setJAVACLASS(String value)
value - allowed object is
Stringpublic InOutAttrType getINOUT()
InOutAttrTypepublic void setINOUT(InOutAttrType value)
value - allowed object is
InOutAttrTypeCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.