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 | 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 |
---|
ComplexJobVideoOutputType.GeneratePosters() |
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 |
getFormat()
Gets the value of the format property.
|
ResolutionType |
getResolution()
Gets the value of the resolution property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
List<TimeCodeType> |
getTimeCode()
Gets the value of the timeCode property.
|
List<String> |
getUri()
Gets the value of the uri property.
|
boolean |
isSetBackground() |
boolean |
isSetFormat() |
boolean |
isSetResolution() |
boolean |
isSetSetting() |
boolean |
isSetSmallPosters() |
boolean |
isSetTimeCode() |
boolean |
isSetUri() |
boolean |
isSmallPosters()
Gets the value of the smallPosters property.
|
void |
setBackground(String value)
Sets the value of the background property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setResolution(ResolutionType value)
Sets the value of the resolution property.
|
void |
setSmallPosters(boolean value)
Sets the value of the smallPosters property.
|
void |
unsetSetting() |
void |
unsetSmallPosters() |
void |
unsetTimeCode() |
void |
unsetUri() |
protected String background
protected ResolutionType resolution
protected List<TimeCodeType> timeCode
protected String format
protected List<KeyValuePairType> setting
protected Boolean smallPosters
public ComplexJobVideoOutputType.GeneratePosters()
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
Copyright © 2015. All rights reserved.