public static class ComplexJobVideoOutputType.GenerateThumbnails extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> <element name="minDelay" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="maxDelay" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="background" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="detectorPlugin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="resolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType" minOccurs="0"/> <element name="period" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/> <element name="bulkyMetadataURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
background |
protected String |
bulkyMetadataURI |
protected String |
detectorPlugin |
protected TimeCodeType |
maxDelay |
protected TimeCodeType |
minDelay |
protected TimeCodeType |
period |
protected ResolutionType |
resolution |
protected List<String> |
uri |
Constructor and Description |
---|
ComplexJobVideoOutputType.GenerateThumbnails() |
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() |
String |
getBackground()
Gets the value of the background property.
|
String |
getBulkyMetadataURI()
Gets the value of the bulkyMetadataURI property.
|
String |
getDetectorPlugin()
Gets the value of the detectorPlugin property.
|
TimeCodeType |
getMaxDelay()
Gets the value of the maxDelay property.
|
TimeCodeType |
getMinDelay()
Gets the value of the minDelay property.
|
TimeCodeType |
getPeriod()
Gets the value of the period property.
|
ResolutionType |
getResolution()
Gets the value of the resolution property.
|
List<String> |
getUri()
Gets the value of the uri property.
|
boolean |
isSetBackground() |
boolean |
isSetBulkyMetadataURI() |
boolean |
isSetDetectorPlugin() |
boolean |
isSetMaxDelay() |
boolean |
isSetMinDelay() |
boolean |
isSetPeriod() |
boolean |
isSetResolution() |
boolean |
isSetUri() |
void |
setBackground(String value)
Sets the value of the background property.
|
void |
setBulkyMetadataURI(String value)
Sets the value of the bulkyMetadataURI property.
|
void |
setDetectorPlugin(String value)
Sets the value of the detectorPlugin property.
|
void |
setMaxDelay(TimeCodeType value)
Sets the value of the maxDelay property.
|
void |
setMinDelay(TimeCodeType value)
Sets the value of the minDelay property.
|
void |
setPeriod(TimeCodeType value)
Sets the value of the period property.
|
void |
setResolution(ResolutionType value)
Sets the value of the resolution property.
|
void |
unsetUri() |
protected TimeCodeType minDelay
protected TimeCodeType maxDelay
protected String background
protected String detectorPlugin
protected ResolutionType resolution
protected TimeCodeType period
protected String bulkyMetadataURI
public ComplexJobVideoOutputType.GenerateThumbnails()
public List<String> getUri()
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
public boolean isSetUri()
public void unsetUri()
public TimeCodeType getMinDelay()
TimeCodeType
public void setMinDelay(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetMinDelay()
public TimeCodeType getMaxDelay()
TimeCodeType
public void setMaxDelay(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetMaxDelay()
public String getBackground()
String
public void setBackground(String value)
value
- allowed object is
String
public boolean isSetBackground()
public String getDetectorPlugin()
String
public void setDetectorPlugin(String value)
value
- allowed object is
String
public boolean isSetDetectorPlugin()
public ResolutionType getResolution()
ResolutionType
public void setResolution(ResolutionType value)
value
- allowed object is
ResolutionType
public boolean isSetResolution()
public TimeCodeType getPeriod()
TimeCodeType
public void setPeriod(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetPeriod()
public String getBulkyMetadataURI()
String
public void setBulkyMetadataURI(String value)
value
- allowed object is
String
public boolean isSetBulkyMetadataURI()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.