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/V23.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()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public String getAuthor()
String
public void setAuthor(String value)
value
- allowed object is
String
public String getContentRepositoryDocumentInternalId()
String
public void setContentRepositoryDocumentInternalId(String value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public Boolean isDeliverable()
String
public void setDeliverable(Boolean value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getDocumentCategoryName()
String
public void setDocumentCategoryName(String value)
value
- allowed object is
String
public Integer getDocumentCategoryObjectId()
Integer
public void setDocumentCategoryObjectId(Integer value)
value
- allowed object is
Integer
public String getDocumentStatusCodeName()
String
public void setDocumentStatusCodeName(String value)
value
- allowed object is
String
public Integer getDocumentStatusCodeObjectId()
Integer
public void setDocumentStatusCodeObjectId(Integer value)
value
- allowed object is
Integer
public String getDocumentStatusName()
String
public void setDocumentStatusName(String value)
value
- allowed object is
String
public String getDocumentType()
String
public void setDocumentType(String value)
value
- allowed object is
String
public String getGUID()
String
public void setGUID(String value)
value
- allowed object is
String
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Integer getParentObjectId()
Integer
public void setParentObjectId(Integer value)
value
- allowed object is
Integer
public String getPrivateLocation()
String
public void setPrivateLocation(String value)
value
- allowed object is
String
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getPublicLocation()
String
public void setPublicLocation(String value)
value
- allowed object is
String
public String getReferenceNumber()
String
public void setReferenceNumber(String value)
value
- allowed object is
String
public String getResourceId()
String
public void setResourceId(String value)
value
- allowed object is
String
public String getResourceName()
String
public void setResourceName(String value)
value
- allowed object is
String
public Integer getResourceObjectId()
Integer
public void setResourceObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getRevisionDate()
String
public void setRevisionDate(LocalDateTime value)
value
- allowed object is
String
public Integer getSequenceNumber()
Integer
public void setSequenceNumber(Integer value)
value
- allowed object is
Integer
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public 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–2024 Packwood Software. All rights reserved.