Package org.cip4.lib.xjdf.schema
Class Bundle
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.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.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected java.util.List<BundleItem>bundleItem
-
Constructor Summary
Constructors Constructor Description Bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<BundleItem>getBundleItem()Gets the value of the bundleItem property.inthashCode()BundlewithBundleItem(java.util.Collection<BundleItem> values)BundlewithBundleItem(BundleItem... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
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
-
-
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
setmethod 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(BundleItem... values)
-
withBundleItem
public Bundle withBundleItem(java.util.Collection<BundleItem> values)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-