Class ProcessStepRefWithMatchCT.PrecededBy

  • Enclosing class:
    ProcessStepRefWithMatchCT

    public static class ProcessStepRefWithMatchCT.PrecededBy
    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" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="gidRef" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • idRef

        protected Object idRef
      • gidRef

        protected String gidRef
    • Constructor Detail

      • PrecededBy

        public PrecededBy()
    • 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
      • getGidRef

        public String getGidRef()
        Gets the value of the gidRef property.
        Returns:
        possible object is String
      • setGidRef

        public void setGidRef​(String value)
        Sets the value of the gidRef property.
        Parameters:
        value - allowed object is String