public class DocumentPart extends BaseReferenceable
parentId, refCountannotations, id, isTranslatable, mimeType, name, preserveWS, properties, skeleton, sourceProperties, typeCOPY_ALL, COPY_CONTENT, COPY_PROPERTIES, COPY_SEGMENTATION, COPY_SEGMENTED_CONTENT, CREATE_EMPTY| Constructor and Description |
|---|
DocumentPart() |
DocumentPart(String id,
boolean isReferent)
Creates a new DocumentPart object.
|
DocumentPart(String id,
boolean isReferent,
ISkeleton skeleton)
Creates a new DocumentPart object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getParentId, getReferenceCount, isReferent, setIsReferent, setParentId, setReferenceCountcreateTargetProperty, getAnnotation, getAnnotations, getId, getMimeType, getName, getProperties, getProperty, getPropertyNames, getSkeleton, getSourceProperties, getSourceProperty, getSourcePropertyNames, getTargetLocales, getTargetProperty, getTargetPropertyNames, getType, hasProperty, hasSourceProperty, hasTargetProperty, isTranslatable, preserveWhitespaces, removeProperty, removeSourceProperty, removeTargetProperty, setAnnotation, setId, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setProperties, setProperty, setSkeleton, setSourceProperties, setSourceProperty, setTargetProperty, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopycopycopypublic DocumentPart()
public DocumentPart(String id, boolean isReferent)
id - The ID of this resource.isReferent - Indicates if this resource is a referent (i.e. is referred to
by another resource) or not.public DocumentPart(String id, boolean isReferent, ISkeleton skeleton)
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.public String toString()
toString in class BaseNameableCopyright © 2021. All rights reserved.