Class ExportTemplateType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
ExportTemplateArchive,ExportTemplateCollection,ExportTemplateComponent,ExportTemplateComponentFile,ExportTemplateCompress,ExportTemplateDummy,ExportTemplateExternal,ExportTemplateFolder,ExportTemplateItem,ExportTemplateIterate,ExportTemplateLibrary,ExportTemplateSequence,ExportTemplateShape,ExportTemplateText
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the dependency property.Gets the value of the exportTemplateChoiceGroup property.Gets the value of the filter property.getPath()Gets the value of the path property.getPre()Gets the value of the pre property.Gets the value of the preRender property.getTag()Gets the value of the tag property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanisSetPre()booleanbooleanisSetTag()voidSets the value of the filter property.voidSets the value of the path property.voidSets the value of the pre property.voidsetPreRender(String value) Sets the value of the preRender property.toString()voidvoidvoidunsetTag()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDependency(String... values) Adds objects to the list of Dependency using add methodwithDependency(Collection<String> values) Adds objects to the list of Dependency using addAll methodwithExportTemplateChoiceGroup(ExportTemplateType... values) Adds objects to the list of ExportTemplateChoiceGroup using add methodAdds objects to the list of ExportTemplateChoiceGroup using addAll methodwithFilter(String value) Sets the value of the filter property.Sets the value of the path property.Sets the value of the pre property.withPreRender(String value) Sets the value of the preRender property.Adds objects to the list of Tag using add methodwithTag(Collection<String> values) Adds objects to the list of Tag using addAll method
-
Field Details
-
tag
-
dependency
-
filter
-
pre
-
preRender
-
exportTemplateChoiceGroup
-
path
-
-
Constructor Details
-
ExportTemplateType
public ExportTemplateType()
-
-
Method Details
-
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
setmethod 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- Returns:
- The value of the tag property.
-
isSetTag
public boolean isSetTag() -
unsetTag
public void unsetTag() -
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
setmethod 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- Returns:
- The value of the dependency property.
-
isSetDependency
public boolean isSetDependency() -
unsetDependency
public void unsetDependency() -
getFilter
Gets the value of the filter property.- Returns:
- possible object is
String
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isString
-
isSetFilter
public boolean isSetFilter() -
getPre
Gets the value of the pre property.- Returns:
- possible object is
String
-
setPre
Sets the value of the pre property.- Parameters:
value- allowed object isString
-
isSetPre
public boolean isSetPre() -
getPreRender
Gets the value of the preRender property.- Returns:
- possible object is
String
-
setPreRender
Sets the value of the preRender property.- Parameters:
value- allowed object isString
-
isSetPreRender
public boolean isSetPreRender() -
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
setmethod 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
ExportTemplateArchiveExportTemplateCollectionExportTemplateComponentExportTemplateComponentFileExportTemplateCompressExportTemplateDummyExportTemplateExternalExportTemplateFolderExportTemplateItemExportTemplateIterateExportTemplateLibraryExportTemplateSequenceExportTemplateShapeExportTemplateText- Returns:
- The value of the exportTemplateChoiceGroup property.
-
isSetExportTemplateChoiceGroup
public boolean isSetExportTemplateChoiceGroup() -
unsetExportTemplateChoiceGroup
public void unsetExportTemplateChoiceGroup() -
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
isSetPath
public boolean isSetPath() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withTag
Adds objects to the list of Tag using add method- Parameters:
values- objects to add to the list Tag- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using addAll method- Parameters:
values- objects to add to the list Tag- Returns:
- The class instance
-
withDependency
Adds objects to the list of Dependency using add method- Parameters:
values- objects to add to the list Dependency- Returns:
- The class instance
-
withDependency
Adds objects to the list of Dependency using addAll method- Parameters:
values- objects to add to the list Dependency- Returns:
- The class instance
-
withFilter
Sets the value of the filter property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPre
Sets the value of the pre property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPreRender
Sets the value of the preRender property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExportTemplateChoiceGroup
Adds objects to the list of ExportTemplateChoiceGroup using add method- Parameters:
values- objects to add to the list ExportTemplateChoiceGroup- Returns:
- The class instance
-
withExportTemplateChoiceGroup
Adds objects to the list of ExportTemplateChoiceGroup using addAll method- Parameters:
values- objects to add to the list ExportTemplateChoiceGroup- Returns:
- The class instance
-
withPath
Sets the value of the path property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-