public class Bundle extends ResourceType implements 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}ResourceType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BundleItem" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="TotalAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BundleType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FolioCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ReaderPageCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BundleItem> |
bundleItems |
protected String |
bundleType |
protected List<Contact> |
contacts |
protected Integer |
folioCount |
protected Object |
identificationFieldRef |
protected List<Location> |
locations |
protected Integer |
readerPageCount |
protected Integer |
totalAmount |
| Constructor and Description |
|---|
Bundle() |
| Modifier and Type | Method and Description |
|---|---|
List<BundleItem> |
getBundleItems()
Gets the value of the bundleItems property.
|
String |
getBundleType()
Gets the value of the bundleType property.
|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
Integer |
getFolioCount()
Gets the value of the folioCount property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<Location> |
getLocations()
Gets the value of the locations property.
|
Integer |
getReaderPageCount()
Gets the value of the readerPageCount property.
|
Integer |
getTotalAmount()
Gets the value of the totalAmount property.
|
void |
setBundleType(String value)
Sets the value of the bundleType property.
|
void |
setFolioCount(Integer value)
Sets the value of the folioCount property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setReaderPageCount(Integer value)
Sets the value of the readerPageCount property.
|
void |
setTotalAmount(Integer value)
Sets the value of the totalAmount property.
|
protected List<BundleItem> bundleItems
protected Integer totalAmount
protected String bundleType
protected Integer folioCount
protected Integer readerPageCount
protected Object identificationFieldRef
public List<BundleItem> getBundleItems()
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 bundleItems property.
For example, to add a new item, do as follows:
getBundleItems().add(newItem);
Objects of the following type(s) are allowed in the list
BundleItem
public List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<Location> getLocations()
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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public Integer getTotalAmount()
Integerpublic void setTotalAmount(Integer value)
value - allowed object is
Integerpublic String getBundleType()
Stringpublic void setBundleType(String value)
value - allowed object is
Stringpublic Integer getFolioCount()
Integerpublic void setFolioCount(Integer value)
value - allowed object is
Integerpublic Integer getReaderPageCount()
Integerpublic void setReaderPageCount(Integer value)
value - allowed object is
Integerpublic Object getIdentificationFieldRef()
ObjectCopyright © 2012. All Rights Reserved.