Class CheckinConfig
java.lang.Object
com.emc.d2fs.models.checkin_config.CheckinConfig
- All Implemented Interfaces:
Serializable
Java class for checkin_config complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkin_config"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="config_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="object_name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="r_lock_machine" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="checked_out" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="locked_by_user" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="checkin_from_file_allowed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="always_set_as_cur_version" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="always_unlock_new_version" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="queue_rendition" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="silent_major" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="silent_minor" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="silent_same" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="keep_log_entry" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="keep_symbolic_label" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="sync_shared_as_native" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="offline" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="checkout_vd" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="explicit_checkout_vd" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="has_content" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="can_log_entry" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="log_entry_required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="can_same_version" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="can_minor_version" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="can_major_version" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="can_branch_version" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="property_page" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the configName property.Gets the value of the objectName property.Gets the value of the propertyPage property.Gets the value of the alwaysSetAsCurVersion property.Gets the value of the alwaysUnlockNewVersion property.Gets the value of the canBranchVersion property.Gets the value of the canLogEntry property.Gets the value of the canMajorVersion property.Gets the value of the canMinorVersion property.Gets the value of the canSameVersion property.Gets the value of the checkedOut property.Gets the value of the checkinFromFileAllowed property.Gets the value of the checkoutVd property.Gets the value of the explicitCheckoutVd property.Gets the value of the hasContent property.Gets the value of the keepLogEntry property.Gets the value of the keepSymbolicLabel property.Gets the value of the lockedByUser property.Gets the value of the logEntryRequired property.Gets the value of the offline property.Gets the value of the queueRendition property.Gets the value of the rLockMachine property.Gets the value of the silentMajor property.Gets the value of the silentMinor property.Gets the value of the silentSame property.Gets the value of the syncSharedAsNative property.void
setAlwaysSetAsCurVersion
(Boolean value) Sets the value of the alwaysSetAsCurVersion property.void
setAlwaysUnlockNewVersion
(Boolean value) Sets the value of the alwaysUnlockNewVersion property.void
setCanBranchVersion
(Boolean value) Sets the value of the canBranchVersion property.void
setCanLogEntry
(Boolean value) Sets the value of the canLogEntry property.void
setCanMajorVersion
(Boolean value) Sets the value of the canMajorVersion property.void
setCanMinorVersion
(Boolean value) Sets the value of the canMinorVersion property.void
setCanSameVersion
(Boolean value) Sets the value of the canSameVersion property.void
setCheckedOut
(Boolean value) Sets the value of the checkedOut property.void
setCheckinFromFileAllowed
(Boolean value) Sets the value of the checkinFromFileAllowed property.void
setCheckoutVd
(Boolean value) Sets the value of the checkoutVd property.void
setConfigName
(String value) Sets the value of the configName property.void
setExplicitCheckoutVd
(Boolean value) Sets the value of the explicitCheckoutVd property.void
setHasContent
(Boolean value) Sets the value of the hasContent property.void
setKeepLogEntry
(Boolean value) Sets the value of the keepLogEntry property.void
setKeepSymbolicLabel
(Boolean value) Sets the value of the keepSymbolicLabel property.void
setLockedByUser
(Boolean value) Sets the value of the lockedByUser property.void
setLogEntryRequired
(Boolean value) Sets the value of the logEntryRequired property.void
setObjectName
(String value) Sets the value of the objectName property.void
setOffline
(Boolean value) Sets the value of the offline property.void
setPropertyPage
(String value) Sets the value of the propertyPage property.void
setQueueRendition
(Boolean value) Sets the value of the queueRendition property.void
setRLockMachine
(Boolean value) Sets the value of the rLockMachine property.void
setSilentMajor
(Boolean value) Sets the value of the silentMajor property.void
setSilentMinor
(Boolean value) Sets the value of the silentMinor property.void
setSilentSame
(Boolean value) Sets the value of the silentSame property.void
setSyncSharedAsNative
(Boolean value) Sets the value of the syncSharedAsNative property.
-
Constructor Details
-
CheckinConfig
public CheckinConfig()
-
-
Method Details
-
getConfigName
Gets the value of the configName property.- Returns:
- possible object is
String
-
setConfigName
Sets the value of the configName property.- Parameters:
value
- allowed object isString
-
getObjectName
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
Sets the value of the objectName property.- Parameters:
value
- allowed object isString
-
isRLockMachine
Gets the value of the rLockMachine property.- Returns:
- possible object is
Boolean
-
setRLockMachine
Sets the value of the rLockMachine property.- Parameters:
value
- allowed object isBoolean
-
isCheckedOut
Gets the value of the checkedOut property.- Returns:
- possible object is
Boolean
-
setCheckedOut
Sets the value of the checkedOut property.- Parameters:
value
- allowed object isBoolean
-
isLockedByUser
Gets the value of the lockedByUser property.- Returns:
- possible object is
Boolean
-
setLockedByUser
Sets the value of the lockedByUser property.- Parameters:
value
- allowed object isBoolean
-
isCheckinFromFileAllowed
Gets the value of the checkinFromFileAllowed property.- Returns:
- possible object is
Boolean
-
setCheckinFromFileAllowed
Sets the value of the checkinFromFileAllowed property.- Parameters:
value
- allowed object isBoolean
-
isAlwaysSetAsCurVersion
Gets the value of the alwaysSetAsCurVersion property.- Returns:
- possible object is
Boolean
-
setAlwaysSetAsCurVersion
Sets the value of the alwaysSetAsCurVersion property.- Parameters:
value
- allowed object isBoolean
-
isAlwaysUnlockNewVersion
Gets the value of the alwaysUnlockNewVersion property.- Returns:
- possible object is
Boolean
-
setAlwaysUnlockNewVersion
Sets the value of the alwaysUnlockNewVersion property.- Parameters:
value
- allowed object isBoolean
-
isQueueRendition
Gets the value of the queueRendition property.- Returns:
- possible object is
Boolean
-
setQueueRendition
Sets the value of the queueRendition property.- Parameters:
value
- allowed object isBoolean
-
isSilentMajor
Gets the value of the silentMajor property.- Returns:
- possible object is
Boolean
-
setSilentMajor
Sets the value of the silentMajor property.- Parameters:
value
- allowed object isBoolean
-
isSilentMinor
Gets the value of the silentMinor property.- Returns:
- possible object is
Boolean
-
setSilentMinor
Sets the value of the silentMinor property.- Parameters:
value
- allowed object isBoolean
-
isSilentSame
Gets the value of the silentSame property.- Returns:
- possible object is
Boolean
-
setSilentSame
Sets the value of the silentSame property.- Parameters:
value
- allowed object isBoolean
-
isKeepLogEntry
Gets the value of the keepLogEntry property.- Returns:
- possible object is
Boolean
-
setKeepLogEntry
Sets the value of the keepLogEntry property.- Parameters:
value
- allowed object isBoolean
-
isKeepSymbolicLabel
Gets the value of the keepSymbolicLabel property.- Returns:
- possible object is
Boolean
-
setKeepSymbolicLabel
Sets the value of the keepSymbolicLabel property.- Parameters:
value
- allowed object isBoolean
-
isOffline
Gets the value of the offline property.- Returns:
- possible object is
Boolean
-
setOffline
Sets the value of the offline property.- Parameters:
value
- allowed object isBoolean
-
isCheckoutVd
Gets the value of the checkoutVd property.- Returns:
- possible object is
Boolean
-
setCheckoutVd
Sets the value of the checkoutVd property.- Parameters:
value
- allowed object isBoolean
-
isExplicitCheckoutVd
Gets the value of the explicitCheckoutVd property.- Returns:
- possible object is
Boolean
-
setExplicitCheckoutVd
Sets the value of the explicitCheckoutVd property.- Parameters:
value
- allowed object isBoolean
-
isHasContent
Gets the value of the hasContent property.- Returns:
- possible object is
Boolean
-
setHasContent
Sets the value of the hasContent property.- Parameters:
value
- allowed object isBoolean
-
isCanLogEntry
Gets the value of the canLogEntry property.- Returns:
- possible object is
Boolean
-
setCanLogEntry
Sets the value of the canLogEntry property.- Parameters:
value
- allowed object isBoolean
-
isLogEntryRequired
Gets the value of the logEntryRequired property.- Returns:
- possible object is
Boolean
-
setLogEntryRequired
Sets the value of the logEntryRequired property.- Parameters:
value
- allowed object isBoolean
-
isCanSameVersion
Gets the value of the canSameVersion property.- Returns:
- possible object is
Boolean
-
setCanSameVersion
Sets the value of the canSameVersion property.- Parameters:
value
- allowed object isBoolean
-
isCanMinorVersion
Gets the value of the canMinorVersion property.- Returns:
- possible object is
Boolean
-
setCanMinorVersion
Sets the value of the canMinorVersion property.- Parameters:
value
- allowed object isBoolean
-
isCanMajorVersion
Gets the value of the canMajorVersion property.- Returns:
- possible object is
Boolean
-
setCanMajorVersion
Sets the value of the canMajorVersion property.- Parameters:
value
- allowed object isBoolean
-
isCanBranchVersion
Gets the value of the canBranchVersion property.- Returns:
- possible object is
Boolean
-
setCanBranchVersion
Sets the value of the canBranchVersion property.- Parameters:
value
- allowed object isBoolean
-
getPropertyPage
Gets the value of the propertyPage property.- Returns:
- possible object is
String
-
setPropertyPage
Sets the value of the propertyPage property.- Parameters:
value
- allowed object isString
-