public class ExportTemplateShape extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExportTemplateShape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateShape"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType"> <sequence> <element name="shapeTag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="generate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ExportTemplateShape.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
generate |
protected String |
shapeTag |
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
Constructor and Description |
---|
ExportTemplateShape() |
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTag
public String getShapeTag()
String
public void setShapeTag(String value)
value
- allowed object is
String
public boolean isSetShapeTag()
public Boolean isGenerate()
Boolean
public void setGenerate(Boolean value)
value
- allowed object is
Boolean
public boolean isSetGenerate()
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 ExportTemplateShape withShapeTag(String value)
public ExportTemplateShape withGenerate(Boolean value)
public ExportTemplateShape withTag(String... values)
withTag
in class ExportTemplateType
public ExportTemplateShape withTag(Collection<String> values)
withTag
in class ExportTemplateType
public ExportTemplateShape withDependency(String... values)
withDependency
in class ExportTemplateType
public ExportTemplateShape withDependency(Collection<String> values)
withDependency
in class ExportTemplateType
public ExportTemplateShape withFilter(String value)
withFilter
in class ExportTemplateType
public ExportTemplateShape withPre(String value)
withPre
in class ExportTemplateType
public ExportTemplateShape withPreRender(String value)
withPreRender
in class ExportTemplateType
public ExportTemplateShape withExportTemplateChoiceGroup(ExportTemplateType... values)
withExportTemplateChoiceGroup
in class ExportTemplateType
public ExportTemplateShape withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
withExportTemplateChoiceGroup
in class ExportTemplateType
public ExportTemplateShape withPath(String value)
withPath
in class ExportTemplateType
public ExportTemplateShape visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class ExportTemplateType
Copyright © 2017. All rights reserved.