Class Bundle

  • 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 Bundle
    extends SpecificResource
    implements java.io.Serializable

    Java class for Bundle complex type

    .

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

    
     <complexType name="Bundle">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}BundleItem" maxOccurs="unbounded"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • bundleItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.util.List<BundleItem> bundleItem
    • Constructor Detail

      • Bundle

        public Bundle()
    • Method Detail

      • getBundleItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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 JAXB 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.
      • withBundleItem

        public Bundle withBundleItem​(java.util.Collection<BundleItem> values)