Class Pallet

All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class Pallet extends SpecificResource implements Serializable

Java class for Pallet complex type

.

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


 <complexType name="Pallet">
   <complexContent>
     <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}IdentificationField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="PalletType" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • identificationField

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<IdentificationField> identificationField
    • palletType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String palletType
    • size

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair size
  • Constructor Details

    • Pallet

      public Pallet()
  • Method Details

    • getIdentificationField

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<IdentificationField> getIdentificationField()
      Gets the value of the identificationField 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 identificationField property.

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

       getIdentificationField().add(newItem);
       

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

      Returns:
      The value of the identificationField property.
    • getPalletType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getPalletType()
      Gets the value of the palletType property.
      Returns:
      possible object is String
    • setPalletType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPalletType(String value)
      Sets the value of the palletType property.
      Parameters:
      value - allowed object is String
    • getSize

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getSize()
      Gets the value of the size property.
      Returns:
      possible object is String
    • setSize

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSize(XYPair value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is String
    • withIdentificationField

      public Pallet withIdentificationField(IdentificationField... values)
    • withIdentificationField

      public Pallet withIdentificationField(Collection<IdentificationField> values)
    • withPalletType

      public Pallet withPalletType(String value)
    • withSize

      public Pallet withSize(XYPair value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource