Class ResolverType
java.lang.Object
org.apache.xml.security.configuration.ResolverType
Java class for ResolverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResolverType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="JAVACLASS" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DESCRIPTION" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the javaclass property.getValue()Gets the value of the value property.voidsetDESCRIPTION(String value) Sets the value of the description property.voidsetJAVACLASS(String value) Sets the value of the javaclass property.voidSets the value of the value property.
-
Field Details
-
value
-
javaclass
-
description
-
-
Constructor Details
-
ResolverType
public ResolverType()
-
-
Method Details
-
getValue
-
setValue
-
getJAVACLASS
-
setJAVACLASS
-
getDESCRIPTION
-
setDESCRIPTION
-