Package com.vidispine.generated
Class ExportTemplateCollection
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType
-
- com.vidispine.generated.ExportTemplateCollection
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ExportTemplateCollection extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateCollection.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
collectionId
-
Fields inherited from class com.vidispine.generated.ExportTemplateType
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
-
-
Constructor Summary
Constructors Constructor Description ExportTemplateCollection()
-
Method Summary
-
Methods inherited from class com.vidispine.generated.ExportTemplateType
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTag
-
-
-
-
Method Detail
-
getCollectionId
public List<String> getCollectionId()
Gets the value of the collectionId 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 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
-
isSetCollectionId
public boolean isSetCollectionId()
-
unsetCollectionId
public void unsetCollectionId()
-
clone
public Object clone()
- Overrides:
clone
in classExportTemplateType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classExportTemplateType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classExportTemplateType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classExportTemplateType
-
withCollectionId
public ExportTemplateCollection withCollectionId(String... values)
-
withCollectionId
public ExportTemplateCollection withCollectionId(Collection<String> values)
-
withTag
public ExportTemplateCollection withTag(String... values)
- Overrides:
withTag
in classExportTemplateType
-
withTag
public ExportTemplateCollection withTag(Collection<String> values)
- Overrides:
withTag
in classExportTemplateType
-
withDependency
public ExportTemplateCollection withDependency(String... values)
- Overrides:
withDependency
in classExportTemplateType
-
withDependency
public ExportTemplateCollection withDependency(Collection<String> values)
- Overrides:
withDependency
in classExportTemplateType
-
withFilter
public ExportTemplateCollection withFilter(String value)
- Overrides:
withFilter
in classExportTemplateType
-
withPre
public ExportTemplateCollection withPre(String value)
- Overrides:
withPre
in classExportTemplateType
-
withPreRender
public ExportTemplateCollection withPreRender(String value)
- Overrides:
withPreRender
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateCollection withExportTemplateChoiceGroup(ExportTemplateType... values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateCollection withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withPath
public ExportTemplateCollection withPath(String value)
- Overrides:
withPath
in classExportTemplateType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classExportTemplateType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classExportTemplateType
-
visit
public ExportTemplateCollection visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classExportTemplateType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classExportTemplateType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classExportTemplateType
-
-