Class 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>
     
    • Constructor Detail

      • ExecCapaRef

        public ExecCapaRef()
    • 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 is Object
      • 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 is ReqOptST
      • 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 is ExecCapaClassST