Class BundleItem

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class BundleItem
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}BundleItem" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Amount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="BundleType" type="{http://www.CIP4.org/JDFSchema_2_0}BundleType" />
           <attribute name="ItemRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="TotalAmount" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="TotalDimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
           <attribute name="TotalVolume" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TotalWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • bundleItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.util.List<BundleItem> bundleItem
      • amount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected int amount
      • bundleType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected BundleType bundleType
      • item

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected Resource item
      • totalAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Integer totalAmount
      • totalDimensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected Shape totalDimensions
      • totalVolume

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float totalVolume
      • totalWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float totalWeight
    • Constructor Detail

      • BundleItem

        public BundleItem()
    • Method Detail

      • getBundleItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.util.List<BundleItem> getBundleItem()
        Gets the value of the bundleItem 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 Jakarta XML Binding object. This is why there is not a set method for the bundleItem property.

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

            getBundleItem().add(newItem);
         

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

        Returns:
        The value of the bundleItem property.
      • getAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public int getAmount()
        Gets the value of the amount property.
      • setAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setAmount​(int value)
        Sets the value of the amount property.
      • getBundleType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public BundleType getBundleType()
        Gets the value of the bundleType property.
        Returns:
        possible object is BundleType
      • setBundleType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setBundleType​(BundleType value)
        Sets the value of the bundleType property.
        Parameters:
        value - allowed object is BundleType
      • getItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public Resource getItem()
        Gets the value of the item property.
        Returns:
        possible object is Object
      • setItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setItem​(Resource value)
        Sets the value of the item property.
        Parameters:
        value - allowed object is Object
      • getTotalAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Integer getTotalAmount()
        Gets the value of the totalAmount property.
        Returns:
        possible object is Integer
      • setTotalAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setTotalAmount​(java.lang.Integer value)
        Sets the value of the totalAmount property.
        Parameters:
        value - allowed object is Integer
      • getTotalDimensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public Shape getTotalDimensions()
        Gets the value of the totalDimensions property.
        Returns:
        possible object is String
      • setTotalDimensions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setTotalDimensions​(Shape value)
        Sets the value of the totalDimensions property.
        Parameters:
        value - allowed object is String
      • getTotalVolume

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getTotalVolume()
        Gets the value of the totalVolume property.
        Returns:
        possible object is Float
      • setTotalVolume

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setTotalVolume​(java.lang.Float value)
        Sets the value of the totalVolume property.
        Parameters:
        value - allowed object is Float
      • getTotalWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getTotalWeight()
        Gets the value of the totalWeight property.
        Returns:
        possible object is Float
      • setTotalWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setTotalWeight​(java.lang.Float value)
        Sets the value of the totalWeight property.
        Parameters:
        value - allowed object is Float
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withAmount

        public BundleItem withAmount​(int value)
      • withTotalAmount

        public BundleItem withTotalAmount​(java.lang.Integer value)
      • withTotalDimensions

        public BundleItem withTotalDimensions​(Shape value)
      • withTotalVolume

        public BundleItem withTotalVolume​(java.lang.Float value)
      • withTotalWeight

        public BundleItem withTotalWeight​(java.lang.Float value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object