Class EntitySynchronizeType

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

.

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


 <complexType name="EntitySynchronizeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rule" type="{http://xml.vidispine.com/schema/vidispine}SiteRuleType" minOccurs="0"/>
         <element name="createFileStatuses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemSynchronizeType"/>
           <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}CollectionSynchronizeType"/>
           <element name="user" type="{http://xml.vidispine.com/schema/vidispine}UserSynchronizeType"/>
           <element name="group" type="{http://xml.vidispine.com/schema/vidispine}GroupSynchronizeType"/>
           <element name="library" type="{http://xml.vidispine.com/schema/vidispine}LibrarySynchronizeType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • EntitySynchronizeType

      public EntitySynchronizeType()
  • Method Details

    • getRule

      public SiteRuleType getRule()
      Gets the value of the rule property.
      Returns:
      possible object is SiteRuleType
    • setRule

      public void setRule(SiteRuleType value)
      Sets the value of the rule property.
      Parameters:
      value - allowed object is SiteRuleType
    • isSetRule

      public boolean isSetRule()
    • isCreateFileStatuses

      public Boolean isCreateFileStatuses()
      Gets the value of the createFileStatuses property.
      Returns:
      possible object is Boolean
    • setCreateFileStatuses

      public void setCreateFileStatuses(Boolean value)
      Sets the value of the createFileStatuses property.
      Parameters:
      value - allowed object is Boolean
    • isSetCreateFileStatuses

      public boolean isSetCreateFileStatuses()
    • getTimestamp

      public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      public void setTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • isSetTimestamp

      public boolean isSetTimestamp()
    • getType

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

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

      public boolean isSetType()
    • getItem

      public ItemSynchronizeType getItem()
      Gets the value of the item property.
      Returns:
      possible object is ItemSynchronizeType
    • setItem

      public void setItem(ItemSynchronizeType value)
      Sets the value of the item property.
      Parameters:
      value - allowed object is ItemSynchronizeType
    • isSetItem

      public boolean isSetItem()
    • getCollection

      public CollectionSynchronizeType getCollection()
      Gets the value of the collection property.
      Returns:
      possible object is CollectionSynchronizeType
    • setCollection

      public void setCollection(CollectionSynchronizeType value)
      Sets the value of the collection property.
      Parameters:
      value - allowed object is CollectionSynchronizeType
    • isSetCollection

      public boolean isSetCollection()
    • getUser

      public UserSynchronizeType getUser()
      Gets the value of the user property.
      Returns:
      possible object is UserSynchronizeType
    • setUser

      public void setUser(UserSynchronizeType value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is UserSynchronizeType
    • isSetUser

      public boolean isSetUser()
    • getGroup

      public GroupSynchronizeType getGroup()
      Gets the value of the group property.
      Returns:
      possible object is GroupSynchronizeType
    • setGroup

      public void setGroup(GroupSynchronizeType value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is GroupSynchronizeType
    • isSetGroup

      public boolean isSetGroup()
    • getLibrary

      public LibrarySynchronizeType getLibrary()
      Gets the value of the library property.
      Returns:
      possible object is LibrarySynchronizeType
    • setLibrary

      public void setLibrary(LibrarySynchronizeType value)
      Sets the value of the library property.
      Parameters:
      value - allowed object is LibrarySynchronizeType
    • isSetLibrary

      public boolean isSetLibrary()
    • 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
    • withRule

      public EntitySynchronizeType withRule(SiteRuleType value)
      Sets the value of the rule property.
      Parameters:
      value - allowed object is SiteRuleType
      Returns:
      The class instance
    • withCreateFileStatuses

      public EntitySynchronizeType withCreateFileStatuses(Boolean value)
      Sets the value of the createFileStatuses property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withTimestamp

      public EntitySynchronizeType withTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withType

      public EntitySynchronizeType withType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withItem

      public EntitySynchronizeType withItem(ItemSynchronizeType value)
      Sets the value of the item property.
      Parameters:
      value - allowed object is ItemSynchronizeType
      Returns:
      The class instance
    • withCollection

      public EntitySynchronizeType withCollection(CollectionSynchronizeType value)
      Sets the value of the collection property.
      Parameters:
      value - allowed object is CollectionSynchronizeType
      Returns:
      The class instance
    • withUser

      public EntitySynchronizeType withUser(UserSynchronizeType value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is UserSynchronizeType
      Returns:
      The class instance
    • withGroup

      public EntitySynchronizeType withGroup(GroupSynchronizeType value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is GroupSynchronizeType
      Returns:
      The class instance
    • withLibrary

      public EntitySynchronizeType withLibrary(LibrarySynchronizeType value)
      Sets the value of the library property.
      Parameters:
      value - allowed object is LibrarySynchronizeType
      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 EntitySynchronizeType 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