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:
  • Field Details

    • preset

      protected List<String> preset
    • uri

      protected String uri
    • sequence

      protected int sequence
    • codec

      protected String codec
    • bitrate

      protected long bitrate
    • pixelFormat

      protected String pixelFormat
    • gopSize

      protected Integer gopSize
    • maxBFrames

      protected Integer maxBFrames
  • Constructor Details

    • NLEJobVideoOutputType

      public NLEJobVideoOutputType()
  • Method Details

    • 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

      Returns:
      The value of the preset property.
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is Integer
    • 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 is Integer
    • isSetMaxBFrames

      public boolean isSetMaxBFrames()
    • unsetMaxBFrames

      public void unsetMaxBFrames()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withPreset

      public NLEJobVideoOutputType withPreset(String... values)
      Adds objects to the list of Preset using add method
      Parameters:
      values - objects to add to the list Preset
      Returns:
      The class instance
    • withPreset

      public NLEJobVideoOutputType withPreset(Collection<String> values)
      Adds objects to the list of Preset using addAll method
      Parameters:
      values - objects to add to the list Preset
      Returns:
      The class instance
    • withUri

      public NLEJobVideoOutputType withUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSequence

      public NLEJobVideoOutputType withSequence(int value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withCodec

      public NLEJobVideoOutputType withCodec(String value)
      Sets the value of the codec property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBitrate

      public NLEJobVideoOutputType withBitrate(long value)
      Sets the value of the bitrate property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withPixelFormat

      public NLEJobVideoOutputType withPixelFormat(String value)
      Sets the value of the pixelFormat property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withGopSize

      public NLEJobVideoOutputType withGopSize(int value)
      Sets the value of the gopSize property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withMaxBFrames

      public NLEJobVideoOutputType withMaxBFrames(int value)
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public NLEJobVideoOutputType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString