public class DocumentType extends Object
Java class for DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Author" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ContentRepositoryDocumentInternalId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CreateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Deliverable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DocumentCategoryName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="DocumentCategoryObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DocumentStatusCodeName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="36"/>
</restriction>
</simpleType>
</element>
<element name="DocumentStatusCodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DocumentStatusName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Not Started"/>
<enumeration value="Under Review"/>
<enumeration value="In Progress"/>
<enumeration value="Completed"/>
<enumeration value="On Hold"/>
</restriction>
</simpleType>
</element>
<element name="DocumentType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Non-Collaboration Document"/>
<enumeration value="Collaboration Document"/>
<enumeration value="Repository Document"/>
</restriction>
</simpleType>
</element>
<element name="GUID" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}|"/>
</restriction>
</simpleType>
</element>
<element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ParentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PrivateLocation" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="ProjectId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PublicLocation" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="ReferenceNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="32"/>
</restriction>
</simpleType>
</element>
<element name="ResourceId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="ResourceName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RevisionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Title" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="Version" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V24.12/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DocumentType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
String |
getAuthor()
Gets the value of the author property.
|
String |
getContentRepositoryDocumentInternalId()
Gets the value of the contentRepositoryDocumentInternalId property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDocumentCategoryName()
Gets the value of the documentCategoryName property.
|
Integer |
getDocumentCategoryObjectId()
Gets the value of the documentCategoryObjectId property.
|
String |
getDocumentStatusCodeName()
Gets the value of the documentStatusCodeName property.
|
Integer |
getDocumentStatusCodeObjectId()
Gets the value of the documentStatusCodeObjectId property.
|
String |
getDocumentStatusName()
Gets the value of the documentStatusName property.
|
String |
getDocumentType()
Gets the value of the documentType property.
|
String |
getGUID()
Gets the value of the guid property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
Integer |
getParentObjectId()
Gets the value of the parentObjectId property.
|
String |
getPrivateLocation()
Gets the value of the privateLocation property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getPublicLocation()
Gets the value of the publicLocation property.
|
String |
getReferenceNumber()
Gets the value of the referenceNumber property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
Integer |
getResourceObjectId()
Gets the value of the resourceObjectId property.
|
LocalDateTime |
getRevisionDate()
Gets the value of the revisionDate property.
|
Integer |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
String |
getTitle()
Gets the value of the title property.
|
List<UDFAssignmentType> |
getUDF()
Gets the value of the udf property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isDeliverable()
Gets the value of the deliverable property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setContentRepositoryDocumentInternalId(String value)
Sets the value of the contentRepositoryDocumentInternalId property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDeliverable(Boolean value)
Sets the value of the deliverable property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDocumentCategoryName(String value)
Sets the value of the documentCategoryName property.
|
void |
setDocumentCategoryObjectId(Integer value)
Sets the value of the documentCategoryObjectId property.
|
void |
setDocumentStatusCodeName(String value)
Sets the value of the documentStatusCodeName property.
|
void |
setDocumentStatusCodeObjectId(Integer value)
Sets the value of the documentStatusCodeObjectId property.
|
void |
setDocumentStatusName(String value)
Sets the value of the documentStatusName property.
|
void |
setDocumentType(String value)
Sets the value of the documentType property.
|
void |
setGUID(String value)
Sets the value of the guid property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setParentObjectId(Integer value)
Sets the value of the parentObjectId property.
|
void |
setPrivateLocation(String value)
Sets the value of the privateLocation property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setPublicLocation(String value)
Sets the value of the publicLocation property.
|
void |
setReferenceNumber(String value)
Sets the value of the referenceNumber property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setResourceObjectId(Integer value)
Sets the value of the resourceObjectId property.
|
void |
setRevisionDate(LocalDateTime value)
Sets the value of the revisionDate property.
|
void |
setSequenceNumber(Integer value)
Sets the value of the sequenceNumber property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Integer activityObjectId
protected String author
protected String contentRepositoryDocumentInternalId
protected LocalDateTime createDate
protected String createUser
protected Boolean deliverable
protected String description
protected String documentCategoryName
protected Integer documentCategoryObjectId
protected String documentStatusCodeName
protected Integer documentStatusCodeObjectId
protected String documentStatusName
protected String documentType
protected String guid
protected Boolean isBaseline
protected Boolean isTemplate
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected Integer parentObjectId
protected String privateLocation
protected String projectId
protected Integer projectObjectId
protected String publicLocation
protected String referenceNumber
protected String resourceId
protected String resourceName
protected Integer resourceObjectId
protected LocalDateTime revisionDate
protected Integer sequenceNumber
protected String title
protected String version
protected List<UDFAssignmentType> udf
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic String getContentRepositoryDocumentInternalId()
Stringpublic void setContentRepositoryDocumentInternalId(String value)
value - allowed object is
Stringpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Boolean isDeliverable()
Stringpublic void setDeliverable(Boolean value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDocumentCategoryName()
Stringpublic void setDocumentCategoryName(String value)
value - allowed object is
Stringpublic Integer getDocumentCategoryObjectId()
Integerpublic void setDocumentCategoryObjectId(Integer value)
value - allowed object is
Integerpublic String getDocumentStatusCodeName()
Stringpublic void setDocumentStatusCodeName(String value)
value - allowed object is
Stringpublic Integer getDocumentStatusCodeObjectId()
Integerpublic void setDocumentStatusCodeObjectId(Integer value)
value - allowed object is
Integerpublic String getDocumentStatusName()
Stringpublic void setDocumentStatusName(String value)
value - allowed object is
Stringpublic String getDocumentType()
Stringpublic void setDocumentType(String value)
value - allowed object is
Stringpublic String getGUID()
Stringpublic void setGUID(String value)
value - allowed object is
Stringpublic Boolean isIsBaseline()
Stringpublic void setIsBaseline(Boolean value)
value - allowed object is
Stringpublic Boolean isIsTemplate()
Stringpublic void setIsTemplate(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Integer getParentObjectId()
Integerpublic void setParentObjectId(Integer value)
value - allowed object is
Integerpublic String getPrivateLocation()
Stringpublic void setPrivateLocation(String value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getPublicLocation()
Stringpublic void setPublicLocation(String value)
value - allowed object is
Stringpublic String getReferenceNumber()
Stringpublic void setReferenceNumber(String value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getResourceName()
Stringpublic void setResourceName(String value)
value - allowed object is
Stringpublic Integer getResourceObjectId()
Integerpublic void setResourceObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getRevisionDate()
Stringpublic void setRevisionDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getSequenceNumber()
Integerpublic void setSequenceNumber(Integer value)
value - allowed object is
Integerpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic List<UDFAssignmentType> getUDF()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the Jakarta XML Binding object.
This is why there is not a set method for the udf property.
For example, to add a new item, do as follows:
getUDF().add(newItem);
Objects of the following type(s) are allowed in the list
UDFAssignmentType
Copyright © 2000–2025 MPXJ. All rights reserved.