net.sf.mpxj.primavera.schema
Class TimesheetDelegateType

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

public class TimesheetDelegateType
extends Object

Java class for TimesheetDelegateType complex type.

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

 <complexType name="TimesheetDelegateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ActiveFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ApproverUserName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="32"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ApproverUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <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="DelegateUserEmailAddress" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <element name="DelegateUserName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="32"/>
             </restriction>
           </simpleType>
         </element>
         <element name="DelegateUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<Boolean> activeFlag
           
protected  String approverUserName
           
protected  Integer approverUserObjectId
           
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  String delegateUserEmailAddress
           
protected  String delegateUserName
           
protected  Integer delegateUserObjectId
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  Integer objectId
           
protected  JAXBElement<Integer> projectObjectId
           
 
Constructor Summary
TimesheetDelegateType()
           
 
Method Summary
 JAXBElement<Boolean> getActiveFlag()
          Gets the value of the activeFlag property.
 String getApproverUserName()
          Gets the value of the approverUserName property.
 Integer getApproverUserObjectId()
          Gets the value of the approverUserObjectId property.
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 String getDelegateUserEmailAddress()
          Gets the value of the delegateUserEmailAddress property.
 String getDelegateUserName()
          Gets the value of the delegateUserName property.
 Integer getDelegateUserObjectId()
          Gets the value of the delegateUserObjectId 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> getProjectObjectId()
          Gets the value of the projectObjectId property.
 void setActiveFlag(JAXBElement<Boolean> value)
          Sets the value of the activeFlag property.
 void setApproverUserName(String value)
          Sets the value of the approverUserName property.
 void setApproverUserObjectId(Integer value)
          Sets the value of the approverUserObjectId 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 setDelegateUserEmailAddress(String value)
          Sets the value of the delegateUserEmailAddress property.
 void setDelegateUserName(String value)
          Sets the value of the delegateUserName property.
 void setDelegateUserObjectId(Integer value)
          Sets the value of the delegateUserObjectId 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 setProjectObjectId(JAXBElement<Integer> value)
          Sets the value of the projectObjectId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeFlag

protected JAXBElement<Boolean> activeFlag

approverUserName

protected String approverUserName

approverUserObjectId

protected Integer approverUserObjectId

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

delegateUserEmailAddress

protected String delegateUserEmailAddress

delegateUserName

protected String delegateUserName

delegateUserObjectId

protected Integer delegateUserObjectId

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

objectId

protected Integer objectId

projectObjectId

protected JAXBElement<Integer> projectObjectId
Constructor Detail

TimesheetDelegateType

public TimesheetDelegateType()
Method Detail

getActiveFlag

public JAXBElement<Boolean> getActiveFlag()
Gets the value of the activeFlag property.

Returns:
possible object is JAXBElement<Boolean>

setActiveFlag

public void setActiveFlag(JAXBElement<Boolean> value)
Sets the value of the activeFlag property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getApproverUserName

public String getApproverUserName()
Gets the value of the approverUserName property.

Returns:
possible object is String

setApproverUserName

public void setApproverUserName(String value)
Sets the value of the approverUserName property.

Parameters:
value - allowed object is String

getApproverUserObjectId

public Integer getApproverUserObjectId()
Gets the value of the approverUserObjectId property.

Returns:
possible object is Integer

setApproverUserObjectId

public void setApproverUserObjectId(Integer value)
Sets the value of the approverUserObjectId property.

Parameters:
value - allowed object is Integer

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

getDelegateUserEmailAddress

public String getDelegateUserEmailAddress()
Gets the value of the delegateUserEmailAddress property.

Returns:
possible object is String

setDelegateUserEmailAddress

public void setDelegateUserEmailAddress(String value)
Sets the value of the delegateUserEmailAddress property.

Parameters:
value - allowed object is String

getDelegateUserName

public String getDelegateUserName()
Gets the value of the delegateUserName property.

Returns:
possible object is String

setDelegateUserName

public void setDelegateUserName(String value)
Sets the value of the delegateUserName property.

Parameters:
value - allowed object is String

getDelegateUserObjectId

public Integer getDelegateUserObjectId()
Gets the value of the delegateUserObjectId property.

Returns:
possible object is Integer

setDelegateUserObjectId

public void setDelegateUserObjectId(Integer value)
Sets the value of the delegateUserObjectId property.

Parameters:
value - allowed object is Integer

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

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>


Copyright © 2012. All Rights Reserved.