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.void
setDESCRIPTION
(String value) Sets the value of the description property.void
setJAVACLASS
(String value) Sets the value of the javaclass property.void
Sets the value of the value property.
-
Field Details
-
value
-
javaclass
-
description
-
-
Constructor Details
-
ResolverType
public ResolverType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getJAVACLASS
Gets the value of the javaclass property.- Returns:
- possible object is
String
-
setJAVACLASS
Sets the value of the javaclass property.- Parameters:
value
- allowed object isString
-
getDESCRIPTION
Gets the value of the description property.- Returns:
- possible object is
String
-
setDESCRIPTION
Sets the value of the description property.- Parameters:
value
- allowed object isString
-