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 | Description |
---|---|---|
protected InOutAttrType |
inout |
|
protected String |
javaclass |
|
protected String |
uri |
|
protected String |
value |
Constructor | Description |
---|---|
TransformAlgorithmType() |
Modifier and Type | Method | 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()
String
public void setValue(String value)
value
- allowed object is
String
public String getURI()
String
public void setURI(String value)
value
- allowed object is
String
public String getJAVACLASS()
String
public void setJAVACLASS(String value)
value
- allowed object is
String
public InOutAttrType getINOUT()
InOutAttrType
public void setINOUT(InOutAttrType value)
value
- allowed object is
InOutAttrType
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.