public static class ComplexJobVideoOutputType.GeneratePosters 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="background" 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="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> <element name="timeCode" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" maxOccurs="unbounded"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="smallPosters" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ComplexJobVideoOutputType.GeneratePosters.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
background |
protected String |
format |
protected ResolutionType |
resolution |
protected List<KeyValuePairType> |
setting |
protected Boolean |
smallPosters |
protected List<TimeCodeType> |
timeCode |
protected List<String> |
uri |
Constructor and Description |
---|
GeneratePosters() |
protected String background
protected ResolutionType resolution
protected List<TimeCodeType> timeCode
protected String format
protected List<KeyValuePairType> setting
protected Boolean smallPosters
public String getBackground()
String
public void setBackground(String value)
value
- allowed object is
String
public boolean isSetBackground()
public ResolutionType getResolution()
ResolutionType
public void setResolution(ResolutionType value)
value
- allowed object is
ResolutionType
public boolean isSetResolution()
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 List<TimeCodeType> getTimeCode()
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 timeCode property.
For example, to add a new item, do as follows:
getTimeCode().add(newItem);
Objects of the following type(s) are allowed in the list
TimeCodeType
public boolean isSetTimeCode()
public void unsetTimeCode()
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public boolean isSetFormat()
public List<KeyValuePairType> getSetting()
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 setting property.
For example, to add a new item, do as follows:
getSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetSetting()
public void unsetSetting()
public boolean isSmallPosters()
Boolean
public void setSmallPosters(boolean value)
value
- allowed object is
Boolean
public boolean isSetSmallPosters()
public void unsetSmallPosters()
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
public ComplexJobVideoOutputType.GeneratePosters withBackground(String value)
public ComplexJobVideoOutputType.GeneratePosters withResolution(ResolutionType value)
public ComplexJobVideoOutputType.GeneratePosters withUri(String... values)
public ComplexJobVideoOutputType.GeneratePosters withUri(Collection<String> values)
public ComplexJobVideoOutputType.GeneratePosters withTimeCode(TimeCodeType... values)
public ComplexJobVideoOutputType.GeneratePosters withTimeCode(Collection<TimeCodeType> values)
public ComplexJobVideoOutputType.GeneratePosters withFormat(String value)
public ComplexJobVideoOutputType.GeneratePosters withSetting(KeyValuePairType... values)
public ComplexJobVideoOutputType.GeneratePosters withSetting(Collection<KeyValuePairType> values)
public ComplexJobVideoOutputType.GeneratePosters withSmallPosters(boolean value)
public ComplexJobVideoOutputType.GeneratePosters visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.