public class ExportTemplateIterate extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Class and Description |
---|---|
static class |
ExportTemplateIterate.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<String> |
value |
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
Constructor and Description |
---|
ExportTemplateIterate() |
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTag
public List<String> getValue()
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
public boolean isSetValue()
public void unsetValue()
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 ExportTemplateIterate withValue(String... values)
public ExportTemplateIterate withValue(Collection<String> values)
public ExportTemplateIterate withTag(String... values)
withTag
in class ExportTemplateType
public ExportTemplateIterate withTag(Collection<String> values)
withTag
in class ExportTemplateType
public ExportTemplateIterate withDependency(String... values)
withDependency
in class ExportTemplateType
public ExportTemplateIterate withDependency(Collection<String> values)
withDependency
in class ExportTemplateType
public ExportTemplateIterate withFilter(String value)
withFilter
in class ExportTemplateType
public ExportTemplateIterate withPre(String value)
withPre
in class ExportTemplateType
public ExportTemplateIterate withPreRender(String value)
withPreRender
in class ExportTemplateType
public ExportTemplateIterate withExportTemplateChoiceGroup(ExportTemplateType... values)
withExportTemplateChoiceGroup
in class ExportTemplateType
public ExportTemplateIterate withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
withExportTemplateChoiceGroup
in class ExportTemplateType
public ExportTemplateIterate withPath(String value)
withPath
in class ExportTemplateType
public ExportTemplateIterate visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class ExportTemplateType
Copyright © 2017. All rights reserved.