Class TResourceParameter


  • public class TResourceParameter
    extends TBaseElement

    Java class for tResourceParameter complex type.

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

     <complexType name="tResourceParameter">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • type

        protected QName type
      • isRequired

        protected Boolean isRequired
    • Constructor Detail

      • TResourceParameter

        public TResourceParameter()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getType

        public QName getType()
        Gets the value of the type property.
        Returns:
        possible object is QName
      • setType

        public void setType​(QName value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is QName
      • isIsRequired

        public Boolean isIsRequired()
        Gets the value of the isRequired property.
        Returns:
        possible object is Boolean
      • setIsRequired

        public void setIsRequired​(Boolean value)
        Sets the value of the isRequired property.
        Parameters:
        value - allowed object is Boolean