Package com.vidispine.generated
Class ExportTemplateIterate
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType
-
- com.vidispine.generated.ExportTemplateIterate
-
- 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 ExportTemplateIterate 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 ExportTemplateIterate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateIterate"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType"> <sequence> <element name="value" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateScript" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateIterate.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
value
-
Fields inherited from class com.vidispine.generated.ExportTemplateType
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
-
-
Constructor Summary
Constructors Constructor Description ExportTemplateIterate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
List<String>
getValue()
Gets the value of the value property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetValue()
void
unsetValue()
ExportTemplateIterate
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportTemplateIterate
withDependency(String... values)
ExportTemplateIterate
withDependency(Collection<String> values)
ExportTemplateIterate
withExportTemplateChoiceGroup(ExportTemplateType... values)
ExportTemplateIterate
withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
ExportTemplateIterate
withFilter(String value)
ExportTemplateIterate
withPath(String value)
ExportTemplateIterate
withPre(String value)
ExportTemplateIterate
withPreRender(String value)
ExportTemplateIterate
withTag(String... values)
ExportTemplateIterate
withTag(Collection<String> values)
ExportTemplateIterate
withValue(String... values)
ExportTemplateIterate
withValue(Collection<String> values)
-
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
-
getValue
public List<String> getValue()
Gets the value of the value 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 value property.For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetValue
public boolean isSetValue()
-
unsetValue
public void unsetValue()
-
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
-
withValue
public ExportTemplateIterate withValue(String... values)
-
withValue
public ExportTemplateIterate withValue(Collection<String> values)
-
withTag
public ExportTemplateIterate withTag(String... values)
- Overrides:
withTag
in classExportTemplateType
-
withTag
public ExportTemplateIterate withTag(Collection<String> values)
- Overrides:
withTag
in classExportTemplateType
-
withDependency
public ExportTemplateIterate withDependency(String... values)
- Overrides:
withDependency
in classExportTemplateType
-
withDependency
public ExportTemplateIterate withDependency(Collection<String> values)
- Overrides:
withDependency
in classExportTemplateType
-
withFilter
public ExportTemplateIterate withFilter(String value)
- Overrides:
withFilter
in classExportTemplateType
-
withPre
public ExportTemplateIterate withPre(String value)
- Overrides:
withPre
in classExportTemplateType
-
withPreRender
public ExportTemplateIterate withPreRender(String value)
- Overrides:
withPreRender
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateIterate withExportTemplateChoiceGroup(ExportTemplateType... values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateIterate withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withPath
public ExportTemplateIterate 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 ExportTemplateIterate 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
-
-