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

      • GeneratePosters

        public GeneratePosters()
    • 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 is String
      • 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 is ResolutionType
      • 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 is String
      • 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 is Boolean
      • isSetSmallPosters

        public boolean isSetSmallPosters()
      • unsetSmallPosters

        public void unsetSmallPosters()
      • 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