Class TError


  • public class TError
    extends TRootElement

    Java class for tError complex type.

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

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

      • errorCode

        protected String errorCode
      • structureRef

        protected QName structureRef
    • Constructor Detail

      • TError

        public TError()
    • 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
      • getErrorCode

        public String getErrorCode()
        Gets the value of the errorCode property.
        Returns:
        possible object is String
      • setErrorCode

        public void setErrorCode​(String value)
        Sets the value of the errorCode property.
        Parameters:
        value - allowed object is String
      • getStructureRef

        public QName getStructureRef()
        Gets the value of the structureRef property.
        Returns:
        possible object is QName
      • setStructureRef

        public void setStructureRef​(QName value)
        Sets the value of the structureRef property.
        Parameters:
        value - allowed object is QName