Class ComplexJobVideoOutputType.GeneratePosters
- java.lang.Object
-
- com.vidispine.generated.ComplexJobVideoOutputType.GeneratePosters
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ComplexJobVideoOutputType
public static class ComplexJobVideoOutputType.GeneratePosters extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobVideoOutputType.GeneratePosters.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description GeneratePosters()
-
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
ComplexJobVideoOutputType.GeneratePosters
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobVideoOutputType.GeneratePosters
withBackground(String value)
ComplexJobVideoOutputType.GeneratePosters
withFormat(String value)
ComplexJobVideoOutputType.GeneratePosters
withResolution(ResolutionType value)
ComplexJobVideoOutputType.GeneratePosters
withSetting(KeyValuePairType... values)
ComplexJobVideoOutputType.GeneratePosters
withSetting(Collection<KeyValuePairType> values)
ComplexJobVideoOutputType.GeneratePosters
withSmallPosters(boolean value)
ComplexJobVideoOutputType.GeneratePosters
withTimeCode(TimeCodeType... values)
ComplexJobVideoOutputType.GeneratePosters
withTimeCode(Collection<TimeCodeType> values)
ComplexJobVideoOutputType.GeneratePosters
withUri(String... values)
ComplexJobVideoOutputType.GeneratePosters
withUri(Collection<String> values)
-
-
-
Field Detail
-
background
protected String background
-
resolution
protected ResolutionType resolution
-
timeCode
protected List<TimeCodeType> timeCode
-
format
protected String format
-
setting
protected List<KeyValuePairType> setting
-
smallPosters
protected Boolean smallPosters
-
-
Method Detail
-
getBackground
public String getBackground()
Gets the value of the background property.- Returns:
- possible object is
String
-
setBackground
public void setBackground(String value)
Sets the value of the background property.- Parameters:
value
- allowed object isString
-
isSetBackground
public boolean isSetBackground()
-
getResolution
public ResolutionType getResolution()
Gets the value of the resolution property.- Returns:
- possible object is
ResolutionType
-
setResolution
public void setResolution(ResolutionType value)
Sets the value of the resolution property.- Parameters:
value
- allowed object isResolutionType
-
isSetResolution
public boolean isSetResolution()
-
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()
-
getTimeCode
public List<TimeCodeType> getTimeCode()
Gets the value of the timeCode 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 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
-
isSetTimeCode
public boolean isSetTimeCode()
-
unsetTimeCode
public void unsetTimeCode()
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat()
-
getSetting
public List<KeyValuePairType> getSetting()
Gets the value of the setting 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 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
-
isSetSetting
public boolean isSetSetting()
-
unsetSetting
public void unsetSetting()
-
isSmallPosters
public boolean isSmallPosters()
Gets the value of the smallPosters property.- Returns:
- possible object is
Boolean
-
setSmallPosters
public void setSmallPosters(boolean value)
Sets the value of the smallPosters property.- Parameters:
value
- allowed object isBoolean
-
isSetSmallPosters
public boolean isSetSmallPosters()
-
unsetSmallPosters
public void unsetSmallPosters()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withBackground
public ComplexJobVideoOutputType.GeneratePosters withBackground(String value)
-
withResolution
public ComplexJobVideoOutputType.GeneratePosters withResolution(ResolutionType value)
-
withUri
public ComplexJobVideoOutputType.GeneratePosters withUri(String... values)
-
withUri
public ComplexJobVideoOutputType.GeneratePosters withUri(Collection<String> values)
-
withTimeCode
public ComplexJobVideoOutputType.GeneratePosters withTimeCode(TimeCodeType... values)
-
withTimeCode
public ComplexJobVideoOutputType.GeneratePosters withTimeCode(Collection<TimeCodeType> values)
-
withFormat
public ComplexJobVideoOutputType.GeneratePosters withFormat(String value)
-
withSetting
public ComplexJobVideoOutputType.GeneratePosters withSetting(KeyValuePairType... values)
-
withSetting
public ComplexJobVideoOutputType.GeneratePosters withSetting(Collection<KeyValuePairType> values)
-
withSmallPosters
public ComplexJobVideoOutputType.GeneratePosters withSmallPosters(boolean value)
-
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
-
visit
public ComplexJobVideoOutputType.GeneratePosters visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
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
-
-