Class ApprovalParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class ApprovalParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for ApprovalParams complex type

    .

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

    
     <complexType name="ApprovalParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalPerson" maxOccurs="unbounded"/>
           </sequence>
           <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.4",
                   date="2024-07-01T15:04:08Z")
        protected java.util.List<ApprovalPerson> approvalPerson
    • Constructor Detail

      • ApprovalParams

        public ApprovalParams()
    • Method Detail

      • getApprovalPerson

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.util.List<ApprovalPerson> getApprovalPerson()
        Gets the value of the approvalPerson property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the approvalPerson property.

        For example, to add a new item, do as follows:

         getApprovalPerson().add(newItem);
         

        Objects of the following type(s) are allowed in the list ApprovalPerson

        Returns:
        The value of the approvalPerson property.