public class ExportTemplateCollection extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for ExportTemplateCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateCollection"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType"> <sequence> <element name="collectionId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ExportTemplateCollection.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<String> |
collectionId |
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
Constructor and Description |
---|
ExportTemplateCollection() |
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTag
public List<String> getCollectionId()
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 collectionId property.
For example, to add a new item, do as follows:
getCollectionId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCollectionId()
public void unsetCollectionId()
public Object clone()
clone
in class ExportTemplateType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class ExportTemplateType
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
copyTo
in class ExportTemplateType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class ExportTemplateType
public ExportTemplateCollection withCollectionId(String... values)
public ExportTemplateCollection withCollectionId(Collection<String> values)
public ExportTemplateCollection withTag(String... values)
withTag
in class ExportTemplateType
public ExportTemplateCollection withTag(Collection<String> values)
withTag
in class ExportTemplateType
public ExportTemplateCollection withDependency(String... values)
withDependency
in class ExportTemplateType
public ExportTemplateCollection withDependency(Collection<String> values)
withDependency
in class ExportTemplateType
public ExportTemplateCollection withFilter(String value)
withFilter
in class ExportTemplateType
public ExportTemplateCollection withPre(String value)
withPre
in class ExportTemplateType
public ExportTemplateCollection withPreRender(String value)
withPreRender
in class ExportTemplateType
public ExportTemplateCollection withExportTemplateChoiceGroup(ExportTemplateType... values)
withExportTemplateChoiceGroup
in class ExportTemplateType
public ExportTemplateCollection withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
withExportTemplateChoiceGroup
in class ExportTemplateType
public ExportTemplateCollection withPath(String value)
withPath
in class ExportTemplateType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class ExportTemplateType
public boolean equals(Object object)
equals
in class ExportTemplateType
public ExportTemplateCollection visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class ExportTemplateType
Copyright © 2018. All rights reserved.