Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CollectionSynchronizeType
protected Boolean
protected GroupSynchronizeType
protected ItemSynchronizeType
protected LibrarySynchronizeType
protected SiteRuleType
protected XMLGregorianCalendar
protected String
protected UserSynchronizeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the collection property.getGroup()
Gets the value of the group property.getItem()
Gets the value of the item property.Gets the value of the library property.getRule()
Gets the value of the rule property.Gets the value of the timestamp property.getType()
Gets the value of the type property.getUser()
Gets the value of the user property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the createFileStatuses property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the collection property.void
setCreateFileStatuses
(Boolean value) Sets the value of the createFileStatuses property.void
setGroup
(GroupSynchronizeType value) Sets the value of the group property.void
setItem
(ItemSynchronizeType value) Sets the value of the item property.void
setLibrary
(LibrarySynchronizeType value) Sets the value of the library property.void
setRule
(SiteRuleType value) Sets the value of the rule property.void
setTimestamp
(XMLGregorianCalendar value) Sets the value of the timestamp property.void
Sets the value of the type property.void
setUser
(UserSynchronizeType value) Sets the value of the user property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the collection property.withCreateFileStatuses
(Boolean value) Sets the value of the createFileStatuses property.withGroup
(GroupSynchronizeType value) Sets the value of the group property.withItem
(ItemSynchronizeType value) Sets the value of the item property.Sets the value of the library property.withRule
(SiteRuleType value) Sets the value of the rule property.Sets the value of the timestamp property.Sets the value of the type property.withUser
(UserSynchronizeType value) Sets the value of the user property.
-
Field Details
-
rule
-
createFileStatuses
-
timestamp
-
type
-
item
-
collection
-
user
-
group
-
library
-
-
Constructor Details
-
EntitySynchronizeType
public EntitySynchronizeType()
-
-
Method Details
-
getRule
Gets the value of the rule property.- Returns:
- possible object is
SiteRuleType
-
setRule
Sets the value of the rule property.- Parameters:
value
- allowed object isSiteRuleType
-
isSetRule
public boolean isSetRule() -
isCreateFileStatuses
Gets the value of the createFileStatuses property.- Returns:
- possible object is
Boolean
-
setCreateFileStatuses
Sets the value of the createFileStatuses property.- Parameters:
value
- allowed object isBoolean
-
isSetCreateFileStatuses
public boolean isSetCreateFileStatuses() -
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType() -
getItem
Gets the value of the item property.- Returns:
- possible object is
ItemSynchronizeType
-
setItem
Sets the value of the item property.- Parameters:
value
- allowed object isItemSynchronizeType
-
isSetItem
public boolean isSetItem() -
getCollection
Gets the value of the collection property.- Returns:
- possible object is
CollectionSynchronizeType
-
setCollection
Sets the value of the collection property.- Parameters:
value
- allowed object isCollectionSynchronizeType
-
isSetCollection
public boolean isSetCollection() -
getUser
Gets the value of the user property.- Returns:
- possible object is
UserSynchronizeType
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isUserSynchronizeType
-
isSetUser
public boolean isSetUser() -
getGroup
Gets the value of the group property.- Returns:
- possible object is
GroupSynchronizeType
-
setGroup
Sets the value of the group property.- Parameters:
value
- allowed object isGroupSynchronizeType
-
isSetGroup
public boolean isSetGroup() -
getLibrary
Gets the value of the library property.- Returns:
- possible object is
LibrarySynchronizeType
-
setLibrary
Sets the value of the library property.- Parameters:
value
- allowed object isLibrarySynchronizeType
-
isSetLibrary
public boolean isSetLibrary() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withRule
Sets the value of the rule property.- Parameters:
value
- allowed object isSiteRuleType
- Returns:
- The class instance
-
withCreateFileStatuses
Sets the value of the createFileStatuses property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withItem
Sets the value of the item property.- Parameters:
value
- allowed object isItemSynchronizeType
- Returns:
- The class instance
-
withCollection
Sets the value of the collection property.- Parameters:
value
- allowed object isCollectionSynchronizeType
- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value
- allowed object isUserSynchronizeType
- Returns:
- The class instance
-
withGroup
Sets the value of the group property.- Parameters:
value
- allowed object isGroupSynchronizeType
- Returns:
- The class instance
-
withLibrary
Sets the value of the library property.- Parameters:
value
- allowed object isLibrarySynchronizeType
- 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 interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.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 interfaceorg.jvnet.jaxb.lang.ToString
-