Class ExportTemplateType
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
ExportTemplateArchive
,ExportTemplateCollection
,ExportTemplateComponent
,ExportTemplateComponentFile
,ExportTemplateCompress
,ExportTemplateDummy
,ExportTemplateExternal
,ExportTemplateFolder
,ExportTemplateItem
,ExportTemplateIterate
,ExportTemplateLibrary
,ExportTemplateSequence
,ExportTemplateShape
,ExportTemplateText
public class ExportTemplateType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ExportTemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="dependency" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="filter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pre" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateScript" minOccurs="0"/> <element name="preRender" type="{http://xml.vidispine.com/schema/vidispine}ExportTemplateScript" minOccurs="0"/> <group ref="{http://xml.vidispine.com/schema/vidispine}ExportTemplateChoiceGroup" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateType.PropInfo
-
Constructor Summary
Constructors Constructor Description ExportTemplateType()
-
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>
getDependency()
Gets the value of the dependency property.List<ExportTemplateType>
getExportTemplateChoiceGroup()
Gets the value of the exportTemplateChoiceGroup property.String
getFilter()
Gets the value of the filter property.String
getPath()
Gets the value of the path property.String
getPre()
Gets the value of the pre property.String
getPreRender()
Gets the value of the preRender property.List<String>
getTag()
Gets the value of the tag property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDependency()
boolean
isSetExportTemplateChoiceGroup()
boolean
isSetFilter()
boolean
isSetPath()
boolean
isSetPre()
boolean
isSetPreRender()
boolean
isSetTag()
void
setFilter(String value)
Sets the value of the filter property.void
setPath(String value)
Sets the value of the path property.void
setPre(String value)
Sets the value of the pre property.void
setPreRender(String value)
Sets the value of the preRender property.void
unsetDependency()
void
unsetExportTemplateChoiceGroup()
void
unsetTag()
ExportTemplateType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportTemplateType
withDependency(String... values)
ExportTemplateType
withDependency(Collection<String> values)
ExportTemplateType
withExportTemplateChoiceGroup(ExportTemplateType... values)
ExportTemplateType
withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
ExportTemplateType
withFilter(String value)
ExportTemplateType
withPath(String value)
ExportTemplateType
withPre(String value)
ExportTemplateType
withPreRender(String value)
ExportTemplateType
withTag(String... values)
ExportTemplateType
withTag(Collection<String> values)
-
-
-
Method Detail
-
getTag
public List<String> getTag()
Gets the value of the tag 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 tag property.For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetTag
public boolean isSetTag()
-
unsetTag
public void unsetTag()
-
getDependency
public List<String> getDependency()
Gets the value of the dependency 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 dependency property.For example, to add a new item, do as follows:
getDependency().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetDependency
public boolean isSetDependency()
-
unsetDependency
public void unsetDependency()
-
getFilter
public String getFilter()
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
public void setFilter(String value)
Sets the value of the filter property.- Parameters:
value
- allowed object isString
-
isSetFilter
public boolean isSetFilter()
-
getPre
public String getPre()
Gets the value of the pre property.- Returns:
- possible object is
String
-
setPre
public void setPre(String value)
Sets the value of the pre property.- Parameters:
value
- allowed object isString
-
isSetPre
public boolean isSetPre()
-
getPreRender
public String getPreRender()
Gets the value of the preRender property.- Returns:
- possible object is
String
-
setPreRender
public void setPreRender(String value)
Sets the value of the preRender property.- Parameters:
value
- allowed object isString
-
isSetPreRender
public boolean isSetPreRender()
-
getExportTemplateChoiceGroup
public List<ExportTemplateType> getExportTemplateChoiceGroup()
Gets the value of the exportTemplateChoiceGroup 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 exportTemplateChoiceGroup property.For example, to add a new item, do as follows:
getExportTemplateChoiceGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ExportTemplateArchive
ExportTemplateCollection
ExportTemplateComponent
ExportTemplateComponentFile
ExportTemplateCompress
ExportTemplateDummy
ExportTemplateExternal
ExportTemplateFolder
ExportTemplateItem
ExportTemplateIterate
ExportTemplateLibrary
ExportTemplateSequence
ExportTemplateShape
ExportTemplateText
-
isSetExportTemplateChoiceGroup
public boolean isSetExportTemplateChoiceGroup()
-
unsetExportTemplateChoiceGroup
public void unsetExportTemplateChoiceGroup()
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
isSetPath
public boolean isSetPath()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withTag
public ExportTemplateType withTag(String... values)
-
withTag
public ExportTemplateType withTag(Collection<String> values)
-
withDependency
public ExportTemplateType withDependency(String... values)
-
withDependency
public ExportTemplateType withDependency(Collection<String> values)
-
withFilter
public ExportTemplateType withFilter(String value)
-
withPre
public ExportTemplateType withPre(String value)
-
withPreRender
public ExportTemplateType withPreRender(String value)
-
withExportTemplateChoiceGroup
public ExportTemplateType withExportTemplateChoiceGroup(ExportTemplateType... values)
-
withExportTemplateChoiceGroup
public ExportTemplateType withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
-
withPath
public ExportTemplateType withPath(String value)
-
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
-
visit
public ExportTemplateType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
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
-
-