Class 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
    • Field Detail

      • 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 Detail

      • NLEJobVideoOutputType

        public NLEJobVideoOutputType()
    • 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 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object