Class DescriptorComponentType

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

.

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


 <complexType name="DescriptorComponentType">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}ComponentType">
       <sequence>
         <element name="description" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • DescriptorComponentType

      public DescriptorComponentType()
  • Method Details

    • getDescription

      public List<DescriptorComponentType.Description> getDescription()
      Gets the value of the description 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 description property.

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

       getDescription().add(newItem);
       

      Objects of the following type(s) are allowed in the list DescriptorComponentType.Description

      Returns:
      The value of the description property.
    • isSetDescription

      public boolean isSetDescription()
    • unsetDescription

      public void unsetDescription()
    • clone

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

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

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class ComponentType
    • withDescription

      Adds objects to the list of Description using add method
      Parameters:
      values - objects to add to the list Description
      Returns:
      The class instance
    • withDescription

      Adds objects to the list of Description using addAll method
      Parameters:
      values - objects to add to the list Description
      Returns:
      The class instance
    • withFile

      public DescriptorComponentType withFile(FileType... values)
      Adds objects to the list of File using add method
      Overrides:
      withFile in class ComponentType
      Parameters:
      values - objects to add to the list File
      Returns:
      The class instance
    • withFile

      public DescriptorComponentType withFile(Collection<FileType> values)
      Adds objects to the list of File using addAll method
      Overrides:
      withFile in class ComponentType
      Parameters:
      values - objects to add to the list File
      Returns:
      The class instance
    • withId

      public DescriptorComponentType withId(String value)
      Sets the value of the id property.
      Overrides:
      withId in class ComponentType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMetadata

      public DescriptorComponentType withMetadata(KeyValuePairType... values)
      Adds objects to the list of Metadata using add method
      Overrides:
      withMetadata in class ComponentType
      Parameters:
      values - objects to add to the list Metadata
      Returns:
      The class instance
    • withMetadata

      public DescriptorComponentType withMetadata(Collection<KeyValuePairType> values)
      Adds objects to the list of Metadata using addAll method
      Overrides:
      withMetadata in class ComponentType
      Parameters:
      values - objects to add to the list Metadata
      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
      Overrides:
      equals in class ComponentType
    • equals

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

      public DescriptorComponentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class ComponentType
    • 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
      Overrides:
      hashCode in class ComponentType
    • hashCode

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

      public String toString()
      Overrides:
      toString in class ComponentType
    • 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
      Overrides:
      append in class ComponentType
    • 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
      Overrides:
      appendFields in class ComponentType