Class DeliveryParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class DeliveryParams
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for DeliveryParams complex type.

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

     <complexType name="DeliveryParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}DropItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="3" minOccurs="0"/>
           </sequence>
           <attribute name="BuyerAccount" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Earliest" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="EarliestDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="Method" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Ownership">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Destination"/>
                 <enumeration value="Origin"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="RequiredDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="TrackingID" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Transfer">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="BuyerToPrinterDeliver"/>
                 <enumeration value="BuyerToPrinterPickup"/>
                 <enumeration value="PrinterToBuyerDeliver"/>
                 <enumeration value="PrinterToBuyerPickup"/>
               </restriction>
             </simpleType>
           </attribute>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • dropItem

        protected java.util.List<DropItem> dropItem
      • fileSpec

        protected java.util.List<FileSpec> fileSpec
      • buyerAccount

        protected java.lang.String buyerAccount
      • earliestDuration

        protected Duration earliestDuration
      • method

        protected java.lang.String method
      • requiredDuration

        protected Duration requiredDuration
      • trackingID

        protected java.lang.String trackingID
    • Constructor Detail

      • DeliveryParams

        public DeliveryParams()
    • Method Detail

      • getDropItem

        public java.util.List<DropItem> getDropItem()
        Gets the value of the dropItem 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 dropItem property.

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

            getDropItem().add(newItem);
         

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

      • getFileSpec

        public java.util.List<FileSpec> getFileSpec()
        Gets the value of the fileSpec 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 fileSpec property.

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

            getFileSpec().add(newItem);
         

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

      • getBuyerAccount

        public java.lang.String getBuyerAccount()
        Gets the value of the buyerAccount property.
        Returns:
        possible object is String
      • setBuyerAccount

        public void setBuyerAccount​(java.lang.String value)
        Sets the value of the buyerAccount property.
        Parameters:
        value - allowed object is String
      • getEarliest

        public DateTime getEarliest()
        Gets the value of the earliest property.
        Returns:
        possible object is String
      • setEarliest

        public void setEarliest​(DateTime value)
        Sets the value of the earliest property.
        Parameters:
        value - allowed object is String
      • getEarliestDuration

        public Duration getEarliestDuration()
        Gets the value of the earliestDuration property.
        Returns:
        possible object is String
      • setEarliestDuration

        public void setEarliestDuration​(Duration value)
        Sets the value of the earliestDuration property.
        Parameters:
        value - allowed object is String
      • getMethod

        public java.lang.String getMethod()
        Gets the value of the method property.
        Returns:
        possible object is String
      • setMethod

        public void setMethod​(java.lang.String value)
        Sets the value of the method property.
        Parameters:
        value - allowed object is String
      • getRequired

        public DateTime getRequired()
        Gets the value of the required property.
        Returns:
        possible object is String
      • setRequired

        public void setRequired​(DateTime value)
        Sets the value of the required property.
        Parameters:
        value - allowed object is String
      • getRequiredDuration

        public Duration getRequiredDuration()
        Gets the value of the requiredDuration property.
        Returns:
        possible object is String
      • setRequiredDuration

        public void setRequiredDuration​(Duration value)
        Sets the value of the requiredDuration property.
        Parameters:
        value - allowed object is String
      • getTrackingID

        public java.lang.String getTrackingID()
        Gets the value of the trackingID property.
        Returns:
        possible object is String
      • setTrackingID

        public void setTrackingID​(java.lang.String value)
        Sets the value of the trackingID property.
        Parameters:
        value - allowed object is String
      • withBuyerAccount

        public DeliveryParams withBuyerAccount​(java.lang.String value)
      • withMethod

        public DeliveryParams withMethod​(java.lang.String value)
      • withTrackingID

        public DeliveryParams withTrackingID​(java.lang.String value)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class SpecificResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class SpecificResource