Class ResultType
java.lang.Object
com.tremolosecurity.config.xml.ResultType
A result to an event
Java class for resultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resultType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="header"/> <enumeration value="cookie"/> <enumeration value="redirect"/> <enumeration value="assertion"/> </restriction> </simpleType> </element> <element name="source"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="static"/> <enumeration value="user"/> <enumeration value="custom"/> </restriction> </simpleType> </element> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the source property.getType()
Gets the value of the type property.getValue()
Gets the value of the value property.void
Sets the value of the source property.void
Sets the value of the type property.void
Sets the value of the value property.
-
Field Details
-
type
-
source
-
value
-
-
Constructor Details
-
ResultType
public ResultType()
-
-
Method Details
-
getType
-
setType
-
getSource
-
setSource
-
getValue
-
setValue
-