Package com.vidispine.generated
Class NLEJobVideoOutputType
java.lang.Object
com.vidispine.generated.NLEJobVideoOutputType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class NLEJobVideoOutputType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) long
Gets the value of the bitrate property.getCodec()
Gets the value of the codec property.int
Gets the value of the gopSize property.int
Gets the value of the maxBFrames property.Gets the value of the pixelFormat property.Gets the value of the preset property.int
Gets the value of the sequence property.getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetUri()
void
setBitrate
(long value) Sets the value of the bitrate property.void
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
Sets the value of the uri property.toString()
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withBitrate
(long value) Sets the value of the bitrate property.Sets the value of the codec property.withGopSize
(int value) Sets the value of the gopSize property.withMaxBFrames
(int value) Sets the value of the maxBFrames property.withPixelFormat
(String value) Sets the value of the pixelFormat property.withPreset
(String... values) Adds objects to the list of Preset using add methodwithPreset
(Collection<String> values) Adds objects to the list of Preset using addAll methodwithSequence
(int value) Sets the value of the sequence property.Sets the value of the uri property.
-
Field Details
-
preset
-
uri
-
sequence
protected int sequence -
codec
-
bitrate
protected long bitrate -
pixelFormat
-
gopSize
-
maxBFrames
-
-
Constructor Details
-
NLEJobVideoOutputType
public NLEJobVideoOutputType()
-
-
Method Details
-
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
- Returns:
- The value of the preset property.
-
isSetPreset
public boolean isSetPreset() -
unsetPreset
public void unsetPreset() -
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
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
Gets the value of the codec property.- Returns:
- possible object is
String
-
setCodec
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
Gets the value of the pixelFormat property.- Returns:
- possible object is
String
-
setPixelFormat
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() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withPreset
Adds objects to the list of Preset using add method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withPreset
Adds objects to the list of Preset using addAll method- Parameters:
values
- objects to add to the list Preset- Returns:
- The class instance
-
withUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSequence
Sets the value of the sequence property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withCodec
Sets the value of the codec property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBitrate
Sets the value of the bitrate property.- Parameters:
value
- allowed object is long- Returns:
- The class instance
-
withPixelFormat
Sets the value of the pixelFormat property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withGopSize
Sets the value of the gopSize property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
withMaxBFrames
Sets the value of the maxBFrames property.- Parameters:
value
- allowed object is int- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-