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

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

public class ReqType
extends Object
implements Serializable

describes single offering, mostly used for devices and platforms

Java class for reqType complex type.

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

 <complexType name="reqType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="reqAtom" type="{http://www.universaal.org/aal-uapp/v1.0.2}reqAtomType"/>
           <element name="reqGroup" type="{http://www.universaal.org/aal-uapp/v1.0.2}reqGroupType"/>
         </choice>
         <element name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean optional
           
protected  ReqAtomType reqAtom
           
protected  ReqGroupType reqGroup
           
 
Constructor Summary
ReqType()
           
 
Method Summary
 ReqAtomType getReqAtom()
          Gets the value of the reqAtom property.
 ReqGroupType getReqGroup()
          Gets the value of the reqGroup property.
 Boolean isOptional()
          Gets the value of the optional property.
 boolean isSetOptional()
           
 boolean isSetReqAtom()
           
 boolean isSetReqGroup()
           
 void setOptional(Boolean value)
          Sets the value of the optional property.
 void setReqAtom(ReqAtomType value)
          Sets the value of the reqAtom property.
 void setReqGroup(ReqGroupType value)
          Sets the value of the reqGroup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reqAtom

protected ReqAtomType reqAtom

reqGroup

protected ReqGroupType reqGroup

optional

protected Boolean optional
Constructor Detail

ReqType

public ReqType()
Method Detail

getReqAtom

public ReqAtomType getReqAtom()
Gets the value of the reqAtom property.

Returns:
possible object is ReqAtomType

setReqAtom

public void setReqAtom(ReqAtomType value)
Sets the value of the reqAtom property.

Parameters:
value - allowed object is ReqAtomType

isSetReqAtom

public boolean isSetReqAtom()

getReqGroup

public ReqGroupType getReqGroup()
Gets the value of the reqGroup property.

Returns:
possible object is ReqGroupType

setReqGroup

public void setReqGroup(ReqGroupType value)
Sets the value of the reqGroup property.

Parameters:
value - allowed object is ReqGroupType

isSetReqGroup

public boolean isSetReqGroup()

isOptional

public Boolean isOptional()
Gets the value of the optional property.

Returns:
possible object is Boolean

setOptional

public void setOptional(Boolean value)
Sets the value of the optional property.

Parameters:
value - allowed object is Boolean

isSetOptional

public boolean isSetOptional()


Copyright © 2014 universAAL Consortium. All Rights Reserved.