Class DocumentPart

    • Constructor Detail

      • DocumentPart

        public DocumentPart()
      • DocumentPart

        public DocumentPart​(String id,
                            boolean isReferent)
        Creates a new DocumentPart object.
        Parameters:
        id - The ID of this resource.
        isReferent - Indicates if this resource is a referent (i.e. is referred to by another resource) or not.
      • DocumentPart

        public DocumentPart​(String id,
                            boolean isReferent,
                            ISkeleton skeleton)
        Creates a new DocumentPart object.
        Parameters:
        id - The ID of this resource.
        isReferent - Indicates if this resource is a referent (i.e. is referred to by another resource) or not.
        skeleton - The skeleton associated with this resource.