|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.security.configuration.TransformAlgorithmType
public class TransformAlgorithmType
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>
| Field Summary | |
|---|---|
protected InOutAttrType |
inout
|
protected String |
javaclass
|
protected String |
uri
|
protected String |
value
|
| Constructor Summary | |
|---|---|
TransformAlgorithmType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String uri
protected String javaclass
protected InOutAttrType inout
| Constructor Detail |
|---|
public TransformAlgorithmType()
| Method Detail |
|---|
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
InOutAttrType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||