org.universAAL.middleware.deploymanager.uapp.model
Class ReqAtomType

Package class diagram package ReqAtomType
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.ReqAtomType
All Implemented Interfaces:
Serializable

public class ReqAtomType
extends Object
implements Serializable

describes a simple requirement

Java class for reqAtomType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="reqAtomType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reqAtomName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reqAtomValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reqCriteria" type="{http://www.universaal.org/aal-uapp/v1.0.2}logicalCriteriaType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String reqAtomName
           
protected  String reqAtomValue
           
protected  LogicalCriteriaType reqCriteria
           
 
Constructor Summary
ReqAtomType()
           
 
Method Summary
 String getReqAtomName()
          Gets the value of the reqAtomName property.
 String getReqAtomValue()
          Gets the value of the reqAtomValue property.
 LogicalCriteriaType getReqCriteria()
          Gets the value of the reqCriteria property.
 boolean isSetReqAtomName()
           
 boolean isSetReqAtomValue()
           
 boolean isSetReqCriteria()
           
 void setReqAtomName(String value)
          Sets the value of the reqAtomName property.
 void setReqAtomValue(String value)
          Sets the value of the reqAtomValue property.
 void setReqCriteria(LogicalCriteriaType value)
          Sets the value of the reqCriteria property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reqAtomName

protected String reqAtomName

reqAtomValue

protected String reqAtomValue

reqCriteria

protected LogicalCriteriaType reqCriteria
Constructor Detail

ReqAtomType

public ReqAtomType()
Method Detail

getReqAtomName

public String getReqAtomName()
Gets the value of the reqAtomName property.

Returns:
possible object is String

setReqAtomName

public void setReqAtomName(String value)
Sets the value of the reqAtomName property.

Parameters:
value - allowed object is String

isSetReqAtomName

public boolean isSetReqAtomName()

getReqAtomValue

public String getReqAtomValue()
Gets the value of the reqAtomValue property.

Returns:
possible object is String

setReqAtomValue

public void setReqAtomValue(String value)
Sets the value of the reqAtomValue property.

Parameters:
value - allowed object is String

isSetReqAtomValue

public boolean isSetReqAtomValue()

getReqCriteria

public LogicalCriteriaType getReqCriteria()
Gets the value of the reqCriteria property.

Returns:
possible object is LogicalCriteriaType

setReqCriteria

public void setReqCriteria(LogicalCriteriaType value)
Sets the value of the reqCriteria property.

Parameters:
value - allowed object is LogicalCriteriaType

isSetReqCriteria

public boolean isSetReqCriteria()


Copyright © 2014 universAAL Consortium. All Rights Reserved.