Package com.vidispine.generated
Class NLEJobVideoOutputType
- java.lang.Object
-
- com.vidispine.generated.NLEJobVideoOutputType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class NLEJobVideoOutputType 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 NLEJobVideoOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobVideoOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="codec" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="bitrate" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="pixelFormat" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="gopSize" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> <attribute name="maxBFrames" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NLEJobVideoOutputType.PropInfo
-
Constructor Summary
Constructors Constructor Description NLEJobVideoOutputType()
-
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)
long
getBitrate()
Gets the value of the bitrate property.String
getCodec()
Gets the value of the codec property.int
getGopSize()
Gets the value of the gopSize property.int
getMaxBFrames()
Gets the value of the maxBFrames property.String
getPixelFormat()
Gets the value of the pixelFormat property.List<String>
getPreset()
Gets the value of the preset property.int
getSequence()
Gets the value of the sequence property.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
isSetBitrate()
boolean
isSetCodec()
boolean
isSetGopSize()
boolean
isSetMaxBFrames()
boolean
isSetPixelFormat()
boolean
isSetPreset()
boolean
isSetSequence()
boolean
isSetUri()
void
setBitrate(long value)
Sets the value of the bitrate property.void
setCodec(String value)
Sets the value of the codec property.void
setGopSize(int value)
Sets the value of the gopSize property.void
setMaxBFrames(int value)
Sets the value of the maxBFrames property.void
setPixelFormat(String value)
Sets the value of the pixelFormat property.void
setSequence(int value)
Sets the value of the sequence property.void
setUri(String value)
Sets the value of the uri property.void
unsetGopSize()
void
unsetMaxBFrames()
void
unsetPreset()
NLEJobVideoOutputType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NLEJobVideoOutputType
withBitrate(long value)
NLEJobVideoOutputType
withCodec(String value)
NLEJobVideoOutputType
withGopSize(int value)
NLEJobVideoOutputType
withMaxBFrames(int value)
NLEJobVideoOutputType
withPixelFormat(String value)
NLEJobVideoOutputType
withPreset(String... values)
NLEJobVideoOutputType
withPreset(Collection<String> values)
NLEJobVideoOutputType
withSequence(int value)
NLEJobVideoOutputType
withUri(String value)
-
-
-
Method Detail
-
getPreset
public List<String> getPreset()
Gets the value of the preset 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 preset property.For example, to add a new item, do as follows:
getPreset().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPreset
public boolean isSetPreset()
-
unsetPreset
public void unsetPreset()
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri()
-
getSequence
public int getSequence()
Gets the value of the sequence property.
-
setSequence
public void setSequence(int value)
Sets the value of the sequence property.
-
isSetSequence
public boolean isSetSequence()
-
getCodec
public String getCodec()
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
public void setCodec(String value)
Sets the value of the codec property.- Parameters:
value
- allowed object isString
-
isSetCodec
public boolean isSetCodec()
-
getBitrate
public long getBitrate()
Gets the value of the bitrate property.
-
setBitrate
public void setBitrate(long value)
Sets the value of the bitrate property.
-
isSetBitrate
public boolean isSetBitrate()
-
getPixelFormat
public String getPixelFormat()
Gets the value of the pixelFormat property.- Returns:
- possible object is
String
-
setPixelFormat
public void setPixelFormat(String value)
Sets the value of the pixelFormat property.- Parameters:
value
- allowed object isString
-
isSetPixelFormat
public boolean isSetPixelFormat()
-
getGopSize
public int getGopSize()
Gets the value of the gopSize property.- Returns:
- possible object is
Integer
-
setGopSize
public void setGopSize(int value)
Sets the value of the gopSize property.- Parameters:
value
- allowed object isInteger
-
isSetGopSize
public boolean isSetGopSize()
-
unsetGopSize
public void unsetGopSize()
-
getMaxBFrames
public int getMaxBFrames()
Gets the value of the maxBFrames property.- Returns:
- possible object is
Integer
-
setMaxBFrames
public void setMaxBFrames(int value)
Sets the value of the maxBFrames property.- Parameters:
value
- allowed object isInteger
-
isSetMaxBFrames
public boolean isSetMaxBFrames()
-
unsetMaxBFrames
public void unsetMaxBFrames()
-
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
-
withPreset
public NLEJobVideoOutputType withPreset(String... values)
-
withPreset
public NLEJobVideoOutputType withPreset(Collection<String> values)
-
withUri
public NLEJobVideoOutputType withUri(String value)
-
withSequence
public NLEJobVideoOutputType withSequence(int value)
-
withCodec
public NLEJobVideoOutputType withCodec(String value)
-
withBitrate
public NLEJobVideoOutputType withBitrate(long value)
-
withPixelFormat
public NLEJobVideoOutputType withPixelFormat(String value)
-
withGopSize
public NLEJobVideoOutputType withGopSize(int value)
-
withMaxBFrames
public NLEJobVideoOutputType withMaxBFrames(int 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 NLEJobVideoOutputType 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
-
-