public static class GenericDocument.Type
Document type
public Type(@NotNull
java.lang.String name,
@NotNull
java.lang.String fullName,
@NotNull
java.lang.String normalizedName)
Document type
name - Local document type namefullName - Unique global document type name prefixed with the document types of all containing documentsnormalizedName - Normalized global document type name. Common document types appearing as child documents in different places will often have the same normalized type name.@NotNull public java.lang.String getName()
Local document type name
@NotNull public java.lang.String getFullName()
Unique global document type name prefixed with the document types of all containing documents
@NotNull public java.lang.String getNormalizedName()
Normalized global document type name.
Common document types appearing as child documents in different places will often have the same normalized type name.
@NotNull public java.lang.String component1()
Local document type name
@NotNull public java.lang.String component2()
Unique global document type name prefixed with the document types of all containing documents
@NotNull public java.lang.String component3()
Normalized global document type name.
Common document types appearing as child documents in different places will often have the same normalized type name.
@NotNull
public io.scanbot.genericdocument.entity.GenericDocument.Type copy(@NotNull
java.lang.String name,
@NotNull
java.lang.String fullName,
@NotNull
java.lang.String normalizedName)
Document type
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)