Class DocumentType.ParentDocumentManagement

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    DocumentType

    public static class DocumentType.ParentDocumentManagement
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="updateTimestampOnMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="copyAclFromMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="copyDocumentStatusFromMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="copyValidityFromMaster" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • updateTimestampOnMaster

        protected boolean updateTimestampOnMaster
      • copyAclFromMaster

        protected boolean copyAclFromMaster
      • copyDocumentStatusFromMaster

        protected boolean copyDocumentStatusFromMaster
      • copyValidityFromMaster

        protected boolean copyValidityFromMaster
    • Constructor Detail

      • ParentDocumentManagement

        public ParentDocumentManagement()
        Default no-arg constructor
      • ParentDocumentManagement

        public ParentDocumentManagement​(boolean updateTimestampOnMaster,
                                        boolean copyAclFromMaster,
                                        boolean copyDocumentStatusFromMaster,
                                        boolean copyValidityFromMaster)
        Fully-initialising value constructor
    • Method Detail

      • isUpdateTimestampOnMaster

        public boolean isUpdateTimestampOnMaster()
        Gets the value of the updateTimestampOnMaster property.
      • setUpdateTimestampOnMaster

        public void setUpdateTimestampOnMaster​(boolean value)
        Sets the value of the updateTimestampOnMaster property.
      • isCopyAclFromMaster

        public boolean isCopyAclFromMaster()
        Gets the value of the copyAclFromMaster property.
      • setCopyAclFromMaster

        public void setCopyAclFromMaster​(boolean value)
        Sets the value of the copyAclFromMaster property.
      • isCopyDocumentStatusFromMaster

        public boolean isCopyDocumentStatusFromMaster()
        Gets the value of the copyDocumentStatusFromMaster property.
      • setCopyDocumentStatusFromMaster

        public void setCopyDocumentStatusFromMaster​(boolean value)
        Sets the value of the copyDocumentStatusFromMaster property.
      • isCopyValidityFromMaster

        public boolean isCopyValidityFromMaster()
        Gets the value of the copyValidityFromMaster property.
      • setCopyValidityFromMaster

        public void setCopyValidityFromMaster​(boolean value)
        Sets the value of the copyValidityFromMaster property.