public class DocumentIdentification
extends java.lang.Object
| Constructor and Description |
|---|
DocumentIdentification()
Creates instance of DocumentIdentification with default values set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getCreationDateAndTime()
Gets and sets the CreationDateAndTime.
|
java.lang.String |
getInstanceIdentifier()
Gets the InstanceIdentifier.
|
java.lang.String |
getMultipleType()
Gets and sets the MultipleType property.
|
java.lang.String |
getStandard()
Gets the Standard.
|
java.lang.String |
getType()
Gets and sets the Type.
|
java.lang.String |
getTypeVersion()
Gets the TypeVersion.
|
void |
setCreationDateAndTime(java.util.Date creationDateAndTime)
Sets the CreationDateAndTime
|
void |
setInstanceIdentifier(java.lang.String instanceIdentifier)
Sets the InstanceIdentifier.
|
void |
setMultipleType(java.lang.String multipleType)
Sets the MultipleType property
|
void |
setStandard(java.lang.String standard)
Sets the Standard.
|
void |
setType(java.lang.String type)
Sets the Type.
|
void |
setTypeVersion(java.lang.String typeVersion)
Sets the TypeVersion
|
public DocumentIdentification()
public java.lang.String getStandard()
public void setStandard(java.lang.String standard)
standard - public java.lang.String getTypeVersion()
public void setTypeVersion(java.lang.String typeVersion)
typeVersion - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getInstanceIdentifier()
public void setInstanceIdentifier(java.lang.String instanceIdentifier)
instanceIdentifier - public java.lang.String getMultipleType()
public void setMultipleType(java.lang.String multipleType)
multipleType - public java.util.Date getCreationDateAndTime()
public void setCreationDateAndTime(java.util.Date creationDateAndTime)
creationDateAndTime -