Package com.vidispine.generated
Class ExportTemplateLibrary
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType
-
- com.vidispine.generated.ExportTemplateLibrary
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ExportTemplateLibrary extends ExportTemplateType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ExportTemplateLibrary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateLibrary"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType"> <sequence> <element name="libraryId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateLibrary.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
libraryId
-
Fields inherited from class com.vidispine.generated.ExportTemplateType
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
-
-
Constructor Summary
Constructors Constructor Description ExportTemplateLibrary()
-
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>
getLibraryId()
Gets the value of the libraryId property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetLibraryId()
void
unsetLibraryId()
ExportTemplateLibrary
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportTemplateLibrary
withDependency(String... values)
ExportTemplateLibrary
withDependency(Collection<String> values)
ExportTemplateLibrary
withExportTemplateChoiceGroup(ExportTemplateType... values)
ExportTemplateLibrary
withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
ExportTemplateLibrary
withFilter(String value)
ExportTemplateLibrary
withLibraryId(String... values)
ExportTemplateLibrary
withLibraryId(Collection<String> values)
ExportTemplateLibrary
withPath(String value)
ExportTemplateLibrary
withPre(String value)
ExportTemplateLibrary
withPreRender(String value)
ExportTemplateLibrary
withTag(String... values)
ExportTemplateLibrary
withTag(Collection<String> values)
-
Methods inherited from class com.vidispine.generated.ExportTemplateType
getDependency, getExportTemplateChoiceGroup, getFilter, getPath, getPre, getPreRender, getTag, isSetDependency, isSetExportTemplateChoiceGroup, isSetFilter, isSetPath, isSetPre, isSetPreRender, isSetTag, setFilter, setPath, setPre, setPreRender, unsetDependency, unsetExportTemplateChoiceGroup, unsetTag
-
-
-
-
Method Detail
-
getLibraryId
public List<String> getLibraryId()
Gets the value of the libraryId 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 libraryId property.For example, to add a new item, do as follows:
getLibraryId().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetLibraryId
public boolean isSetLibraryId()
-
unsetLibraryId
public void unsetLibraryId()
-
clone
public Object clone()
- Overrides:
clone
in classExportTemplateType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classExportTemplateType
-
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
- Overrides:
copyTo
in classExportTemplateType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classExportTemplateType
-
withLibraryId
public ExportTemplateLibrary withLibraryId(String... values)
-
withLibraryId
public ExportTemplateLibrary withLibraryId(Collection<String> values)
-
withTag
public ExportTemplateLibrary withTag(String... values)
- Overrides:
withTag
in classExportTemplateType
-
withTag
public ExportTemplateLibrary withTag(Collection<String> values)
- Overrides:
withTag
in classExportTemplateType
-
withDependency
public ExportTemplateLibrary withDependency(String... values)
- Overrides:
withDependency
in classExportTemplateType
-
withDependency
public ExportTemplateLibrary withDependency(Collection<String> values)
- Overrides:
withDependency
in classExportTemplateType
-
withFilter
public ExportTemplateLibrary withFilter(String value)
- Overrides:
withFilter
in classExportTemplateType
-
withPre
public ExportTemplateLibrary withPre(String value)
- Overrides:
withPre
in classExportTemplateType
-
withPreRender
public ExportTemplateLibrary withPreRender(String value)
- Overrides:
withPreRender
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateLibrary withExportTemplateChoiceGroup(ExportTemplateType... values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateLibrary withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withPath
public ExportTemplateLibrary withPath(String value)
- Overrides:
withPath
in classExportTemplateType
-
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
- Overrides:
equals
in classExportTemplateType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classExportTemplateType
-
visit
public ExportTemplateLibrary visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classExportTemplateType
-
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
- Overrides:
hashCode
in classExportTemplateType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classExportTemplateType
-
-