public class Control extends Object
Java class for Control complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Control">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="controlValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}NumericOID" />
<attribute name="criticality" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
controlValue |
protected Boolean |
criticality |
protected String |
type |
| Constructor and Description |
|---|
Control() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getControlValue()
Gets the value of the controlValue property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isCriticality()
Gets the value of the criticality property.
|
void |
setControlValue(Object value)
Sets the value of the controlValue property.
|
void |
setCriticality(Boolean value)
Sets the value of the criticality property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Object controlValue
protected Boolean criticality
public Control()
public Object getControlValue()
Objectpublic void setControlValue(Object value)
value - allowed object is
Objectpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isCriticality()
Booleanpublic void setCriticality(Boolean value)
value - allowed object is
BooleanCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.