public class CollectionReorderType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for CollectionReorderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionReorderType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="item" type="{http://xml.vidispine.com/schema/vidispine}CollectionReorderEntryType" maxOccurs="unbounded" minOccurs="0"/> <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}CollectionReorderEntryType" maxOccurs="unbounded" minOccurs="0"/> <element name="library" type="{http://xml.vidispine.com/schema/vidispine}CollectionReorderEntryType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CollectionReorderType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<CollectionReorderEntryType> |
collection |
protected List<CollectionReorderEntryType> |
item |
protected List<CollectionReorderEntryType> |
library |
Constructor and Description |
---|
CollectionReorderType() |
protected List<CollectionReorderEntryType> item
protected List<CollectionReorderEntryType> collection
protected List<CollectionReorderEntryType> library
public List<CollectionReorderEntryType> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionReorderEntryType
public boolean isSetItem()
public void unsetItem()
public List<CollectionReorderEntryType> getCollection()
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 collection property.
For example, to add a new item, do as follows:
getCollection().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionReorderEntryType
public boolean isSetCollection()
public void unsetCollection()
public List<CollectionReorderEntryType> getLibrary()
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 library property.
For example, to add a new item, do as follows:
getLibrary().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionReorderEntryType
public boolean isSetLibrary()
public void unsetLibrary()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public CollectionReorderType withItem(CollectionReorderEntryType... values)
public CollectionReorderType withItem(Collection<CollectionReorderEntryType> values)
public CollectionReorderType withCollection(CollectionReorderEntryType... values)
public CollectionReorderType withCollection(Collection<CollectionReorderEntryType> values)
public CollectionReorderType withLibrary(CollectionReorderEntryType... values)
public CollectionReorderType withLibrary(Collection<CollectionReorderEntryType> values)
public CollectionReorderType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.