|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.DocumentType
public class DocumentType
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="Author" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="CreateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="DocumentType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Non-Collaboration Document"/>
<enumeration value="Collaboration 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="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="255"/>
</restriction>
</simpleType>
</element>
<element name="ProjectId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</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="255"/>
</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/V7/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DocumentType()
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the value of the author property. |
JAXBElement<Date> |
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. |
JAXBElement<Integer> |
getDocumentCategoryObjectId()
Gets the value of the documentCategoryObjectId property. |
String |
getDocumentStatusCodeName()
Gets the value of the documentStatusCodeName property. |
JAXBElement<Integer> |
getDocumentStatusCodeObjectId()
Gets the value of the documentStatusCodeObjectId property. |
String |
getDocumentType()
Gets the value of the documentType property. |
String |
getGUID()
Gets the value of the guid property. |
JAXBElement<Boolean> |
getIsBaseline()
Gets the value of the isBaseline property. |
JAXBElement<Date> |
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. |
JAXBElement<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. |
JAXBElement<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. |
JAXBElement<Integer> |
getResourceObjectId()
Gets the value of the resourceObjectId property. |
JAXBElement<Date> |
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. |
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setCreateDate(JAXBElement<Date> 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(JAXBElement<Integer> value)
Sets the value of the documentCategoryObjectId property. |
void |
setDocumentStatusCodeName(String value)
Sets the value of the documentStatusCodeName property. |
void |
setDocumentStatusCodeObjectId(JAXBElement<Integer> value)
Sets the value of the documentStatusCodeObjectId 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(JAXBElement<Boolean> value)
Sets the value of the isBaseline property. |
void |
setLastUpdateDate(JAXBElement<Date> 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(JAXBElement<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(JAXBElement<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(JAXBElement<Integer> value)
Sets the value of the resourceObjectId property. |
void |
setRevisionDate(JAXBElement<Date> 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String author
protected JAXBElement<Date> createDate
protected String createUser
protected Boolean deliverable
protected String description
protected String documentCategoryName
protected JAXBElement<Integer> documentCategoryObjectId
protected String documentStatusCodeName
protected JAXBElement<Integer> documentStatusCodeObjectId
protected String documentType
protected String guid
protected JAXBElement<Boolean> isBaseline
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected JAXBElement<Integer> parentObjectId
protected String privateLocation
protected String projectId
protected JAXBElement<Integer> projectObjectId
protected String publicLocation
protected String referenceNumber
protected String resourceId
protected String resourceName
protected JAXBElement<Integer> resourceObjectId
protected JAXBElement<Date> revisionDate
protected Integer sequenceNumber
protected String title
protected String version
protected List<UDFAssignmentType> udf
| Constructor Detail |
|---|
public DocumentType()
| Method Detail |
|---|
public String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic JAXBElement<Date> getCreateDate()
JAXBElement<Date>public void setCreateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic Boolean isDeliverable()
Booleanpublic void setDeliverable(Boolean value)
value - allowed object is
Booleanpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDocumentCategoryName()
Stringpublic void setDocumentCategoryName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getDocumentCategoryObjectId()
JAXBElement<Integer>public void setDocumentCategoryObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getDocumentStatusCodeName()
Stringpublic void setDocumentStatusCodeName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getDocumentStatusCodeObjectId()
JAXBElement<Integer>public void setDocumentStatusCodeObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getDocumentType()
Stringpublic void setDocumentType(String value)
value - allowed object is
Stringpublic String getGUID()
Stringpublic void setGUID(String value)
value - allowed object is
Stringpublic JAXBElement<Boolean> getIsBaseline()
JAXBElement<Boolean>public void setIsBaseline(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Date> getLastUpdateDate()
JAXBElement<Date>public void setLastUpdateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic JAXBElement<Integer> getParentObjectId()
JAXBElement<Integer>public void setParentObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getPrivateLocation()
Stringpublic void setPrivateLocation(String value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public 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 JAXBElement<Integer> getResourceObjectId()
JAXBElement<Integer>public void setResourceObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Date> getRevisionDate()
JAXBElement<Date>public void setRevisionDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public 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 JAXB 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||