Class ApprovalDetails

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class ApprovalDetails
    extends SpecificResource
    implements java.io.Serializable

    Java class for ApprovalDetails complex type.

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

    
     <complexType name="ApprovalDetails">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalPerson" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
           </sequence>
           <attribute name="ApprovalState" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Approved"/>
                 <enumeration value="ApprovedWithComment"/>
                 <enumeration value="Rejected"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="ApprovalStateDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • approvalPerson

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected ApprovalPerson approvalPerson
      • comment

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Comment comment
      • fileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected FileSpec fileSpec
      • approvalState

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected ApprovalDetails.ApprovalState approvalState
      • approvalStateDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String approvalStateDetails
    • Constructor Detail

      • ApprovalDetails

        public ApprovalDetails()
    • Method Detail

      • getApprovalPerson

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public ApprovalPerson getApprovalPerson()
        Gets the value of the approvalPerson property.
        Returns:
        possible object is ApprovalPerson
      • setApprovalPerson

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setApprovalPerson​(ApprovalPerson value)
        Sets the value of the approvalPerson property.
        Parameters:
        value - allowed object is ApprovalPerson
      • getComment

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Comment getComment()
        Gets the value of the comment property.
        Returns:
        possible object is Comment
      • setComment

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setComment​(Comment value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is Comment
      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public FileSpec getFileSpec()
        Gets the value of the fileSpec property.
        Returns:
        possible object is FileSpec
      • setFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFileSpec​(FileSpec value)
        Sets the value of the fileSpec property.
        Parameters:
        value - allowed object is FileSpec
      • setApprovalState

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setApprovalState​(ApprovalDetails.ApprovalState value)
        Sets the value of the approvalState property.
        Parameters:
        value - allowed object is ApprovalDetails.ApprovalState
      • getApprovalStateDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getApprovalStateDetails()
        Gets the value of the approvalStateDetails property.
        Returns:
        possible object is String
      • setApprovalStateDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setApprovalStateDetails​(java.lang.String value)
        Sets the value of the approvalStateDetails property.
        Parameters:
        value - allowed object is String
      • withApprovalStateDetails

        public ApprovalDetails withApprovalStateDetails​(java.lang.String value)