Class TransformType
java.lang.Object
org.keycloak.dom.xmlsec.w3.xmldsig.TransformType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addTransform
(Object obj) Gets the value of the algorithm property.Gets the value of the content property.void
removeTransform
(Object obj)
-
Field Details
-
-
algorithm
-
-
Constructor Details
-
TransformType
-
-
Method Details
-
addTransform
-
removeTransform
-
getContent
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-