Class Control
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.Control
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the controlValue property.getType()
Gets the value of the type property.boolean
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
Sets the value of the type property.
-
Field Details
-
controlValue
-
type
-
criticality
-
-
Constructor Details
-
Control
public Control()
-
-
Method Details
-
getControlValue
Gets the value of the controlValue property.- Returns:
- possible object is
Object
-
setControlValue
Sets the value of the controlValue property.- Parameters:
value
- allowed object isObject
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
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
-
setCriticality
Sets the value of the criticality property.- Parameters:
value
- allowed object isBoolean
-