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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the controlValue property.getType()Gets the value of the type property.booleanGets the value of the criticality property.voidsetControlValue(Object value) Sets the value of the controlValue property.voidsetCriticality(Boolean value) Sets the value of the criticality property.voidSets the value of the type property.
- 
Field Details- 
controlValue
- 
type
- 
criticality
 
- 
- 
Constructor Details- 
Controlpublic Control()
 
- 
- 
Method Details- 
getControlValueGets the value of the controlValue property.- Returns:
- possible object is
     Object
 
- 
setControlValueSets the value of the controlValue property.- Parameters:
- value- allowed object is- Object
 
- 
getTypeGets the value of the type property.- Returns:
- possible object is
     String
 
- 
setTypeSets the value of the type property.- Parameters:
- value- allowed object is- String
 
- 
isCriticalitypublic boolean isCriticality()Gets the value of the criticality property.- Returns:
- possible object is
     Boolean
 
- 
setCriticalitySets the value of the criticality property.- Parameters:
- value- allowed object is- Boolean
 
 
-