net.sf.mpxj.primavera.schema
Class UDFTypeType

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

public class UDFTypeType
extends Object

Java class for UDFTypeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UDFTypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="DataType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Text"/>
               <enumeration value="Start Date"/>
               <enumeration value="Finish Date"/>
               <enumeration value="Cost"/>
               <enumeration value="Double"/>
               <enumeration value="Integer"/>
               <enumeration value="Indicator"/>
               <enumeration value="Code"/>
             </restriction>
           </simpleType>
         </element>
         <element name="IsCalculated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsConditional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsSecureCode" 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="SubjectArea" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Activity"/>
               <enumeration value="Activity Expense"/>
               <enumeration value="Activity Step"/>
               <enumeration value="Project"/>
               <enumeration value="Project Issue"/>
               <enumeration value="Project Risk"/>
               <enumeration value="Resource"/>
               <enumeration value="Resource Assignment"/>
               <enumeration value="WBS"/>
               <enumeration value="Work Products and Documents"/>
               <enumeration value="Activity Step Template Item"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Title" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  String dataType
           
protected  JAXBElement<Boolean> isCalculated
           
protected  JAXBElement<Boolean> isConditional
           
protected  Boolean isSecureCode
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  Integer objectId
           
protected  String subjectArea
           
protected  String title
           
 
Constructor Summary
UDFTypeType()
           
 
Method Summary
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 String getDataType()
          Gets the value of the dataType property.
 JAXBElement<Boolean> getIsCalculated()
          Gets the value of the isCalculated property.
 JAXBElement<Boolean> getIsConditional()
          Gets the value of the isConditional 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.
 String getSubjectArea()
          Gets the value of the subjectArea property.
 String getTitle()
          Gets the value of the title property.
 Boolean isIsSecureCode()
          Gets the value of the isSecureCode 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 setDataType(String value)
          Sets the value of the dataType property.
 void setIsCalculated(JAXBElement<Boolean> value)
          Sets the value of the isCalculated property.
 void setIsConditional(JAXBElement<Boolean> value)
          Sets the value of the isConditional property.
 void setIsSecureCode(Boolean value)
          Sets the value of the isSecureCode 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 setSubjectArea(String value)
          Sets the value of the subjectArea property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

dataType

protected String dataType

isCalculated

protected JAXBElement<Boolean> isCalculated

isConditional

protected JAXBElement<Boolean> isConditional

isSecureCode

protected Boolean isSecureCode

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

objectId

protected Integer objectId

subjectArea

protected String subjectArea

title

protected String title
Constructor Detail

UDFTypeType

public UDFTypeType()
Method Detail

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

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getIsCalculated

public JAXBElement<Boolean> getIsCalculated()
Gets the value of the isCalculated property.

Returns:
possible object is JAXBElement<Boolean>

setIsCalculated

public void setIsCalculated(JAXBElement<Boolean> value)
Sets the value of the isCalculated property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getIsConditional

public JAXBElement<Boolean> getIsConditional()
Gets the value of the isConditional property.

Returns:
possible object is JAXBElement<Boolean>

setIsConditional

public void setIsConditional(JAXBElement<Boolean> value)
Sets the value of the isConditional property.

Parameters:
value - allowed object is JAXBElement<Boolean>

isIsSecureCode

public Boolean isIsSecureCode()
Gets the value of the isSecureCode property.

Returns:
possible object is Boolean

setIsSecureCode

public void setIsSecureCode(Boolean value)
Sets the value of the isSecureCode property.

Parameters:
value - allowed object is 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

getSubjectArea

public String getSubjectArea()
Gets the value of the subjectArea property.

Returns:
possible object is String

setSubjectArea

public void setSubjectArea(String value)
Sets the value of the subjectArea property.

Parameters:
value - allowed object is String

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


Copyright © 2012. All Rights Reserved.