Class CheckinParameters
java.lang.Object
com.emc.d2fs.models.checkin_parameters.CheckinParameters
- All Implemented Interfaces:
Serializable
Java class for checkin_parameters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="checkin_parameters"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="file_url" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="log_entry" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="a_content_type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="checkin_version" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="make_current" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="retain_lock" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="keep_symbolic_label" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="keep_log_entry" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="queue_rendition" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aContentType property.Gets the value of the checkinVersion property.Gets the value of the fileUrl property.Gets the value of the logEntry property.Gets the value of the keepLogEntry property.Gets the value of the keepSymbolicLabel property.Gets the value of the makeCurrent property.Gets the value of the queueRendition property.Gets the value of the retainLock property.void
setAContentType
(String value) Sets the value of the aContentType property.void
setCheckinVersion
(String value) Sets the value of the checkinVersion property.void
setFileUrl
(String value) Sets the value of the fileUrl property.void
setKeepLogEntry
(Boolean value) Sets the value of the keepLogEntry property.void
setKeepSymbolicLabel
(Boolean value) Sets the value of the keepSymbolicLabel property.void
setLogEntry
(String value) Sets the value of the logEntry property.void
setMakeCurrent
(Boolean value) Sets the value of the makeCurrent property.void
setQueueRendition
(Boolean value) Sets the value of the queueRendition property.void
setRetainLock
(Boolean value) Sets the value of the retainLock property.
-
Constructor Details
-
CheckinParameters
public CheckinParameters()
-
-
Method Details
-
getFileUrl
Gets the value of the fileUrl property.- Returns:
- possible object is
String
-
setFileUrl
Sets the value of the fileUrl property.- Parameters:
value
- allowed object isString
-
getLogEntry
Gets the value of the logEntry property.- Returns:
- possible object is
String
-
setLogEntry
Sets the value of the logEntry property.- Parameters:
value
- allowed object isString
-
getAContentType
Gets the value of the aContentType property.- Returns:
- possible object is
String
-
setAContentType
Sets the value of the aContentType property.- Parameters:
value
- allowed object isString
-
getCheckinVersion
Gets the value of the checkinVersion property.- Returns:
- possible object is
String
-
setCheckinVersion
Sets the value of the checkinVersion property.- Parameters:
value
- allowed object isString
-
isMakeCurrent
Gets the value of the makeCurrent property.- Returns:
- possible object is
Boolean
-
setMakeCurrent
Sets the value of the makeCurrent property.- Parameters:
value
- allowed object isBoolean
-
isRetainLock
Gets the value of the retainLock property.- Returns:
- possible object is
Boolean
-
setRetainLock
Sets the value of the retainLock 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
-
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
-
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
-