net.sf.mpxj.primavera.schema
Class DocumentType

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.DocumentType

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="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>
 


Field Summary
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  List<UDFAssignmentType> udf
           
protected  String version
           
 
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

author

protected String author

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

deliverable

protected Boolean deliverable

description

protected String description

documentCategoryName

protected String documentCategoryName

documentCategoryObjectId

protected JAXBElement<Integer> documentCategoryObjectId

documentStatusCodeName

protected String documentStatusCodeName

documentStatusCodeObjectId

protected JAXBElement<Integer> documentStatusCodeObjectId

documentType

protected String documentType

guid

protected String guid

isBaseline

protected JAXBElement<Boolean> isBaseline

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

objectId

protected Integer objectId

parentObjectId

protected JAXBElement<Integer> parentObjectId

privateLocation

protected String privateLocation

projectId

protected String projectId

projectObjectId

protected JAXBElement<Integer> projectObjectId

publicLocation

protected String publicLocation

referenceNumber

protected String referenceNumber

resourceId

protected String resourceId

resourceName

protected String resourceName

resourceObjectId

protected JAXBElement<Integer> resourceObjectId

revisionDate

protected JAXBElement<Date> revisionDate

sequenceNumber

protected Integer sequenceNumber

title

protected String title

version

protected String version

udf

protected List<UDFAssignmentType> udf
Constructor Detail

DocumentType

public DocumentType()
Method Detail

getAuthor

public String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getCreateDate

public JAXBElement<Date> getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is JAXBElement<Date>

setCreateDate

public void setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getCreateUser

public String getCreateUser()
Gets the value of the createUser property.

Returns:
possible object is String

setCreateUser

public void setCreateUser(String value)
Sets the value of the createUser property.

Parameters:
value - allowed object is String

isDeliverable

public Boolean isDeliverable()
Gets the value of the deliverable property.

Returns:
possible object is Boolean

setDeliverable

public void setDeliverable(Boolean value)
Sets the value of the deliverable property.

Parameters:
value - allowed object is Boolean

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDocumentCategoryName

public String getDocumentCategoryName()
Gets the value of the documentCategoryName property.

Returns:
possible object is String

setDocumentCategoryName

public void setDocumentCategoryName(String value)
Sets the value of the documentCategoryName property.

Parameters:
value - allowed object is String

getDocumentCategoryObjectId

public JAXBElement<Integer> getDocumentCategoryObjectId()
Gets the value of the documentCategoryObjectId property.

Returns:
possible object is JAXBElement<Integer>

setDocumentCategoryObjectId

public void setDocumentCategoryObjectId(JAXBElement<Integer> value)
Sets the value of the documentCategoryObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getDocumentStatusCodeName

public String getDocumentStatusCodeName()
Gets the value of the documentStatusCodeName property.

Returns:
possible object is String

setDocumentStatusCodeName

public void setDocumentStatusCodeName(String value)
Sets the value of the documentStatusCodeName property.

Parameters:
value - allowed object is String

getDocumentStatusCodeObjectId

public JAXBElement<Integer> getDocumentStatusCodeObjectId()
Gets the value of the documentStatusCodeObjectId property.

Returns:
possible object is JAXBElement<Integer>

setDocumentStatusCodeObjectId

public void setDocumentStatusCodeObjectId(JAXBElement<Integer> value)
Sets the value of the documentStatusCodeObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getDocumentType

public String getDocumentType()
Gets the value of the documentType property.

Returns:
possible object is String

setDocumentType

public void setDocumentType(String value)
Sets the value of the documentType property.

Parameters:
value - allowed object is String

getGUID

public String getGUID()
Gets the value of the guid property.

Returns:
possible object is String

setGUID

public void setGUID(String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getIsBaseline

public JAXBElement<Boolean> getIsBaseline()
Gets the value of the isBaseline property.

Returns:
possible object is JAXBElement<Boolean>

setIsBaseline

public void setIsBaseline(JAXBElement<Boolean> value)
Sets the value of the isBaseline property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getLastUpdateDate

public JAXBElement<Date> getLastUpdateDate()
Gets the value of the lastUpdateDate property.

Returns:
possible object is JAXBElement<Date>

setLastUpdateDate

public void setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getLastUpdateUser

public String getLastUpdateUser()
Gets the value of the lastUpdateUser property.

Returns:
possible object is String

setLastUpdateUser

public void setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.

Parameters:
value - allowed object is String

getObjectId

public Integer getObjectId()
Gets the value of the objectId property.

Returns:
possible object is Integer

setObjectId

public void setObjectId(Integer value)
Sets the value of the objectId property.

Parameters:
value - allowed object is Integer

getParentObjectId

public JAXBElement<Integer> getParentObjectId()
Gets the value of the parentObjectId property.

Returns:
possible object is JAXBElement<Integer>

setParentObjectId

public void setParentObjectId(JAXBElement<Integer> value)
Sets the value of the parentObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getPrivateLocation

public String getPrivateLocation()
Gets the value of the privateLocation property.

Returns:
possible object is String

setPrivateLocation

public void setPrivateLocation(String value)
Sets the value of the privateLocation property.

Parameters:
value - allowed object is String

getProjectId

public String getProjectId()
Gets the value of the projectId property.

Returns:
possible object is String

setProjectId

public void setProjectId(String value)
Sets the value of the projectId property.

Parameters:
value - allowed object is String

getProjectObjectId

public JAXBElement<Integer> getProjectObjectId()
Gets the value of the projectObjectId property.

Returns:
possible object is JAXBElement<Integer>

setProjectObjectId

public void setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getPublicLocation

public String getPublicLocation()
Gets the value of the publicLocation property.

Returns:
possible object is String

setPublicLocation

public void setPublicLocation(String value)
Sets the value of the publicLocation property.

Parameters:
value - allowed object is String

getReferenceNumber

public String getReferenceNumber()
Gets the value of the referenceNumber property.

Returns:
possible object is String

setReferenceNumber

public void setReferenceNumber(String value)
Sets the value of the referenceNumber property.

Parameters:
value - allowed object is String

getResourceId

public String getResourceId()
Gets the value of the resourceId property.

Returns:
possible object is String

setResourceId

public void setResourceId(String value)
Sets the value of the resourceId property.

Parameters:
value - allowed object is String

getResourceName

public String getResourceName()
Gets the value of the resourceName property.

Returns:
possible object is String

setResourceName

public void setResourceName(String value)
Sets the value of the resourceName property.

Parameters:
value - allowed object is String

getResourceObjectId

public JAXBElement<Integer> getResourceObjectId()
Gets the value of the resourceObjectId property.

Returns:
possible object is JAXBElement<Integer>

setResourceObjectId

public void setResourceObjectId(JAXBElement<Integer> value)
Sets the value of the resourceObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getRevisionDate

public JAXBElement<Date> getRevisionDate()
Gets the value of the revisionDate property.

Returns:
possible object is JAXBElement<Date>

setRevisionDate

public void setRevisionDate(JAXBElement<Date> value)
Sets the value of the revisionDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getSequenceNumber

public Integer getSequenceNumber()
Gets the value of the sequenceNumber property.

Returns:
possible object is Integer

setSequenceNumber

public void setSequenceNumber(Integer value)
Sets the value of the sequenceNumber property.

Parameters:
value - allowed object is Integer

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getUDF

public List<UDFAssignmentType> getUDF()
Gets the value of the udf property.

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



Copyright © 2012. All Rights Reserved.