Class ComponentSynchronizeType

java.lang.Object
com.vidispine.generated.ComponentSynchronizeType
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 ComponentSynchronizeType 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 ComponentSynchronizeType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ComponentSynchronizeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
         <element name="file" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="type" type="{http://xml.vidispine.com/schema/vidispine}ComponentTypeType"/>
         <choice>
           <element name="audio" type="{http://xml.vidispine.com/schema/vidispine}AudioComponentType" minOccurs="0"/>
           <element name="container" type="{http://xml.vidispine.com/schema/vidispine}ContainerComponentType" minOccurs="0"/>
           <element name="video" type="{http://xml.vidispine.com/schema/vidispine}VideoComponentType" minOccurs="0"/>
           <element name="binary" type="{http://xml.vidispine.com/schema/vidispine}BinaryComponentType" minOccurs="0"/>
           <element name="descriptor" type="{http://xml.vidispine.com/schema/vidispine}DescriptorComponentType" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ComponentSynchronizeType

      public ComponentSynchronizeType()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

      public boolean isSetId()
    • getFile

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

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

       getFile().add(newItem);
       

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

      Returns:
      The value of the file property.
    • isSetFile

      public boolean isSetFile()
    • unsetFile

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

      public ComponentTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is ComponentTypeType
    • setType

      public void setType(ComponentTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is ComponentTypeType
    • isSetType

      public boolean isSetType()
    • getAudio

      public AudioComponentType getAudio()
      Gets the value of the audio property.
      Returns:
      possible object is AudioComponentType
    • setAudio

      public void setAudio(AudioComponentType value)
      Sets the value of the audio property.
      Parameters:
      value - allowed object is AudioComponentType
    • isSetAudio

      public boolean isSetAudio()
    • getContainer

      public ContainerComponentType getContainer()
      Gets the value of the container property.
      Returns:
      possible object is ContainerComponentType
    • setContainer

      public void setContainer(ContainerComponentType value)
      Sets the value of the container property.
      Parameters:
      value - allowed object is ContainerComponentType
    • isSetContainer

      public boolean isSetContainer()
    • getVideo

      public VideoComponentType getVideo()
      Gets the value of the video property.
      Returns:
      possible object is VideoComponentType
    • setVideo

      public void setVideo(VideoComponentType value)
      Sets the value of the video property.
      Parameters:
      value - allowed object is VideoComponentType
    • isSetVideo

      public boolean isSetVideo()
    • getBinary

      public BinaryComponentType getBinary()
      Gets the value of the binary property.
      Returns:
      possible object is BinaryComponentType
    • setBinary

      public void setBinary(BinaryComponentType value)
      Sets the value of the binary property.
      Parameters:
      value - allowed object is BinaryComponentType
    • isSetBinary

      public boolean isSetBinary()
    • getDescriptor

      public DescriptorComponentType getDescriptor()
      Gets the value of the descriptor property.
      Returns:
      possible object is DescriptorComponentType
    • setDescriptor

      public void setDescriptor(DescriptorComponentType value)
      Sets the value of the descriptor property.
      Parameters:
      value - allowed object is DescriptorComponentType
    • isSetDescriptor

      public boolean isSetDescriptor()
    • 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
    • withId

      public ComponentSynchronizeType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFile

      public ComponentSynchronizeType withFile(String... values)
      Adds objects to the list of File using add method
      Parameters:
      values - objects to add to the list File
      Returns:
      The class instance
    • withFile

      public ComponentSynchronizeType withFile(Collection<String> values)
      Adds objects to the list of File using addAll method
      Parameters:
      values - objects to add to the list File
      Returns:
      The class instance
    • withFormat

      public ComponentSynchronizeType withFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withType

      Sets the value of the type property.
      Parameters:
      value - allowed object is ComponentTypeType
      Returns:
      The class instance
    • withAudio

      public ComponentSynchronizeType withAudio(AudioComponentType value)
      Sets the value of the audio property.
      Parameters:
      value - allowed object is AudioComponentType
      Returns:
      The class instance
    • withContainer

      public ComponentSynchronizeType withContainer(ContainerComponentType value)
      Sets the value of the container property.
      Parameters:
      value - allowed object is ContainerComponentType
      Returns:
      The class instance
    • withVideo

      public ComponentSynchronizeType withVideo(VideoComponentType value)
      Sets the value of the video property.
      Parameters:
      value - allowed object is VideoComponentType
      Returns:
      The class instance
    • withBinary

      public ComponentSynchronizeType withBinary(BinaryComponentType value)
      Sets the value of the binary property.
      Parameters:
      value - allowed object is BinaryComponentType
      Returns:
      The class instance
    • withDescriptor

      public ComponentSynchronizeType withDescriptor(DescriptorComponentType value)
      Sets the value of the descriptor property.
      Parameters:
      value - allowed object is DescriptorComponentType
      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 ComponentSynchronizeType 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