Class Profile.ExecCapaRefs.ExecCapaRef
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.Profile.ExecCapaRefs.ExecCapaRef
-
- Enclosing class:
- Profile.ExecCapaRefs
public static class Profile.ExecCapaRefs.ExecCapaRef extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="reqOpt" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> <attribute name="activityClass" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaClass_ST" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecCapaClassST
activityClass
protected Object
idRef
protected ReqOptST
reqOpt
-
Constructor Summary
Constructors Constructor Description ExecCapaRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecCapaClassST
getActivityClass()
Gets the value of the activityClass property.Object
getIdRef()
Gets the value of the idRef property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.void
setActivityClass(ExecCapaClassST value)
Sets the value of the activityClass property.void
setIdRef(Object value)
Sets the value of the idRef property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.
-
-
-
Field Detail
-
idRef
protected Object idRef
-
reqOpt
protected ReqOptST reqOpt
-
activityClass
protected ExecCapaClassST activityClass
-
-
Method Detail
-
getIdRef
public Object getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
Object
-
setIdRef
public void setIdRef(Object value)
Sets the value of the idRef property.- Parameters:
value
- allowed object isObject
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
setReqOpt
public void setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.- Parameters:
value
- allowed object isReqOptST
-
getActivityClass
public ExecCapaClassST getActivityClass()
Gets the value of the activityClass property.- Returns:
- possible object is
ExecCapaClassST
-
setActivityClass
public void setActivityClass(ExecCapaClassST value)
Sets the value of the activityClass property.- Parameters:
value
- allowed object isExecCapaClassST
-
-