Class MXFOp1BJobType.Reference

java.lang.Object
com.vidispine.generated.MXFOp1BJobType.Reference
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
Enclosing class:
MXFOp1BJobType

public static class MXFOp1BJobType.Reference 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 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="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/>
         <element name="locator" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Reference

      public Reference()
  • Method Details

    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • isSetSource

      public boolean isSetSource()
    • getStream

      public List<Integer> getStream()
      Gets the value of the stream 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 stream property.

      For example, to add a new item, do as follows:

       getStream().add(newItem);
       

      Objects of the following type(s) are allowed in the list Integer

      Returns:
      The value of the stream property.
    • isSetStream

      public boolean isSetStream()
    • unsetStream

      public void unsetStream()
    • getLocator

      public List<String> getLocator()
      Gets the value of the locator 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 locator property.

      For example, to add a new item, do as follows:

       getLocator().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the locator property.
    • isSetLocator

      public boolean isSetLocator()
    • unsetLocator

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

      public MXFOp1BJobType.Reference withSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStream

      public MXFOp1BJobType.Reference withStream(Integer... values)
      Adds objects to the list of Stream using add method
      Parameters:
      values - objects to add to the list Stream
      Returns:
      The class instance
    • withStream

      public MXFOp1BJobType.Reference withStream(Collection<Integer> values)
      Adds objects to the list of Stream using addAll method
      Parameters:
      values - objects to add to the list Stream
      Returns:
      The class instance
    • withLocator

      public MXFOp1BJobType.Reference withLocator(String... values)
      Adds objects to the list of Locator using add method
      Parameters:
      values - objects to add to the list Locator
      Returns:
      The class instance
    • withLocator

      public MXFOp1BJobType.Reference withLocator(Collection<String> values)
      Adds objects to the list of Locator using addAll method
      Parameters:
      values - objects to add to the list Locator
      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 MXFOp1BJobType.Reference 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