public class ExportTemplateShape extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy) |
String |
getShapeTag()
Gets the value of the shapeTag property.
|
Boolean |
isGenerate()
Gets the value of the generate property.
|
boolean |
isSetGenerate() |
boolean |
isSetShapeTag() |
void |
setGenerate(Boolean value)
Sets the value of the generate property.
|
void |
setShapeTag(String value)
Sets the value of the shapeTag property.
|
ExportTemplateShape |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ExportTemplateShape |
withDependency(Collection<String> values) |
ExportTemplateShape |
withDependency(String... values) |
ExportTemplateShape |
withExportTemplateChoiceGroup(Collection<ExportTemplateType> values) |
ExportTemplateShape |
withExportTemplateChoiceGroup(ExportTemplateType... values) |
ExportTemplateShape |
withFilter(String value) |
ExportTemplateShape |
withGenerate(Boolean value) |
ExportTemplateShape |
withPath(String value) |
ExportTemplateShape |
withPre(String value) |
ExportTemplateShape |
withPreRender(String value) |
ExportTemplateShape |
withShapeTag(String value) |
ExportTemplateShape |
withTag(Collection<String> values) |
ExportTemplateShape |
withTag(String... values) |
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTagpublic String getShapeTag()
Stringpublic void setShapeTag(String value)
value - allowed object is
Stringpublic boolean isSetShapeTag()
public Boolean isGenerate()
Booleanpublic void setGenerate(Boolean value)
value - allowed object is
Booleanpublic boolean isSetGenerate()
public Object clone()
clone in class ExportTemplateTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ExportTemplateTypepublic 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.CopyTocopyTo in class ExportTemplateTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class ExportTemplateTypepublic ExportTemplateShape withShapeTag(String value)
public ExportTemplateShape withGenerate(Boolean value)
public ExportTemplateShape withTag(String... values)
withTag in class ExportTemplateTypepublic ExportTemplateShape withTag(Collection<String> values)
withTag in class ExportTemplateTypepublic ExportTemplateShape withDependency(String... values)
withDependency in class ExportTemplateTypepublic ExportTemplateShape withDependency(Collection<String> values)
withDependency in class ExportTemplateTypepublic ExportTemplateShape withFilter(String value)
withFilter in class ExportTemplateTypepublic ExportTemplateShape withPre(String value)
withPre in class ExportTemplateTypepublic ExportTemplateShape withPreRender(String value)
withPreRender in class ExportTemplateTypepublic ExportTemplateShape withExportTemplateChoiceGroup(ExportTemplateType... values)
withExportTemplateChoiceGroup in class ExportTemplateTypepublic ExportTemplateShape withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
withExportTemplateChoiceGroup in class ExportTemplateTypepublic ExportTemplateShape withPath(String value)
withPath in class ExportTemplateTypepublic 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.Equalsequals in class ExportTemplateTypepublic boolean equals(Object object)
equals in class ExportTemplateTypepublic ExportTemplateShape visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class ExportTemplateTypeCopyright © 2019. All rights reserved.