Class ProcessStepRefCT

  • Direct Known Subclasses:
    ProcessStepRefWithMatchCT

    public class ProcessStepRefCT
    extends Object
    Reference to single Process Step inside the PRD

    Java class for ProcessStepRef_CT complex type.

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

     <complexType name="ProcessStepRef_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="refURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="sequenceOrder" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="matchmakingRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • refURL

        protected String refURL
      • sequenceOrder

        protected Integer sequenceOrder
      • matchmakingRequired

        protected Boolean matchmakingRequired
    • Constructor Detail

      • ProcessStepRefCT

        public ProcessStepRefCT()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getGid

        public String getGid()
        Gets the value of the gid property.
        Returns:
        possible object is String
      • setGid

        public void setGid​(String value)
        Sets the value of the gid property.
        Parameters:
        value - allowed object is String
      • getRefURL

        public String getRefURL()
        Gets the value of the refURL property.
        Returns:
        possible object is String
      • setRefURL

        public void setRefURL​(String value)
        Sets the value of the refURL property.
        Parameters:
        value - allowed object is String
      • getSequenceOrder

        public Integer getSequenceOrder()
        Gets the value of the sequenceOrder property.
        Returns:
        possible object is Integer
      • setSequenceOrder

        public void setSequenceOrder​(Integer value)
        Sets the value of the sequenceOrder property.
        Parameters:
        value - allowed object is Integer
      • isMatchmakingRequired

        public Boolean isMatchmakingRequired()
        Gets the value of the matchmakingRequired property.
        Returns:
        possible object is Boolean
      • setMatchmakingRequired

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