Class Control
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.Control
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
controlValue
protected Boolean
criticality
protected String
type
-
Constructor Summary
Constructors Constructor Description Control()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getControlValue
public Object getControlValue()
Gets the value of the controlValue property.- Returns:
- possible object is
Object
-
setControlValue
public void setControlValue(Object value)
Sets the value of the controlValue property.- Parameters:
value
- allowed object isObject
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isCriticality
public boolean isCriticality()
Gets the value of the criticality property.- Returns:
- possible object is
Boolean
-
-