Package com.vidispine.generated
Class ExportTemplateExternal
- java.lang.Object
-
- com.vidispine.generated.ExportTemplateType
-
- com.vidispine.generated.ExportTemplateExternal
-
- 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 ExportTemplateExternal 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 ExportTemplateExternal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportTemplateExternal"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ExportTemplateType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportTemplateExternal.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
uri
-
Fields inherited from class com.vidispine.generated.ExportTemplateType
dependency, exportTemplateChoiceGroup, filter, path, pre, preRender, tag
-
-
Constructor Summary
Constructors Constructor Description ExportTemplateExternal()
-
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>
getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetUri()
void
unsetUri()
ExportTemplateExternal
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExportTemplateExternal
withDependency(String... values)
ExportTemplateExternal
withDependency(Collection<String> values)
ExportTemplateExternal
withExportTemplateChoiceGroup(ExportTemplateType... values)
ExportTemplateExternal
withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
ExportTemplateExternal
withFilter(String value)
ExportTemplateExternal
withPath(String value)
ExportTemplateExternal
withPre(String value)
ExportTemplateExternal
withPreRender(String value)
ExportTemplateExternal
withTag(String... values)
ExportTemplateExternal
withTag(Collection<String> values)
ExportTemplateExternal
withUri(String... values)
ExportTemplateExternal
withUri(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
-
getUri
public List<String> getUri()
Gets the value of the uri 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 uri property.For example, to add a new item, do as follows:
getUri().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetUri
public boolean isSetUri()
-
unsetUri
public void unsetUri()
-
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
-
withUri
public ExportTemplateExternal withUri(String... values)
-
withUri
public ExportTemplateExternal withUri(Collection<String> values)
-
withTag
public ExportTemplateExternal withTag(String... values)
- Overrides:
withTag
in classExportTemplateType
-
withTag
public ExportTemplateExternal withTag(Collection<String> values)
- Overrides:
withTag
in classExportTemplateType
-
withDependency
public ExportTemplateExternal withDependency(String... values)
- Overrides:
withDependency
in classExportTemplateType
-
withDependency
public ExportTemplateExternal withDependency(Collection<String> values)
- Overrides:
withDependency
in classExportTemplateType
-
withFilter
public ExportTemplateExternal withFilter(String value)
- Overrides:
withFilter
in classExportTemplateType
-
withPre
public ExportTemplateExternal withPre(String value)
- Overrides:
withPre
in classExportTemplateType
-
withPreRender
public ExportTemplateExternal withPreRender(String value)
- Overrides:
withPreRender
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateExternal withExportTemplateChoiceGroup(ExportTemplateType... values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withExportTemplateChoiceGroup
public ExportTemplateExternal withExportTemplateChoiceGroup(Collection<ExportTemplateType> values)
- Overrides:
withExportTemplateChoiceGroup
in classExportTemplateType
-
withPath
public ExportTemplateExternal 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 ExportTemplateExternal 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
-
-