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 | Class and Description |
|---|---|
static class |
ComplexJobVideoOutputType.GenerateThumbnails.PropInfo |
| 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 |
|---|
GenerateThumbnails() |
protected TimeCodeType minDelay
protected TimeCodeType maxDelay
protected String background
protected String detectorPlugin
protected ResolutionType resolution
protected TimeCodeType period
protected String bulkyMetadataURI
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()
TimeCodeTypepublic void setMinDelay(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetMinDelay()
public TimeCodeType getMaxDelay()
TimeCodeTypepublic void setMaxDelay(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetMaxDelay()
public String getBackground()
Stringpublic void setBackground(String value)
value - allowed object is
Stringpublic boolean isSetBackground()
public String getDetectorPlugin()
Stringpublic void setDetectorPlugin(String value)
value - allowed object is
Stringpublic boolean isSetDetectorPlugin()
public ResolutionType getResolution()
ResolutionTypepublic void setResolution(ResolutionType value)
value - allowed object is
ResolutionTypepublic boolean isSetResolution()
public TimeCodeType getPeriod()
TimeCodeTypepublic void setPeriod(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetPeriod()
public String getBulkyMetadataURI()
Stringpublic void setBulkyMetadataURI(String value)
value - allowed object is
Stringpublic boolean isSetBulkyMetadataURI()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ComplexJobVideoOutputType.GenerateThumbnails withUri(String... values)
public ComplexJobVideoOutputType.GenerateThumbnails withUri(Collection<String> values)
public ComplexJobVideoOutputType.GenerateThumbnails withMinDelay(TimeCodeType value)
public ComplexJobVideoOutputType.GenerateThumbnails withMaxDelay(TimeCodeType value)
public ComplexJobVideoOutputType.GenerateThumbnails withBackground(String value)
public ComplexJobVideoOutputType.GenerateThumbnails withDetectorPlugin(String value)
public ComplexJobVideoOutputType.GenerateThumbnails withResolution(ResolutionType value)
public ComplexJobVideoOutputType.GenerateThumbnails withPeriod(TimeCodeType value)
public ComplexJobVideoOutputType.GenerateThumbnails withBulkyMetadataURI(String value)
public ComplexJobVideoOutputType.GenerateThumbnails visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.