|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.TimesheetDelegateType
public class TimesheetDelegateType
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 |
|---|
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 Detail |
|---|
public TimesheetDelegateType()
| Method Detail |
|---|
public JAXBElement<Boolean> getActiveFlag()
JAXBElement<Boolean>public void setActiveFlag(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public String getApproverUserName()
Stringpublic void setApproverUserName(String value)
value - allowed object is
Stringpublic Integer getApproverUserObjectId()
Integerpublic void setApproverUserObjectId(Integer value)
value - allowed object is
Integerpublic 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 String getDelegateUserEmailAddress()
Stringpublic void setDelegateUserEmailAddress(String value)
value - allowed object is
Stringpublic String getDelegateUserName()
Stringpublic void setDelegateUserName(String value)
value - allowed object is
Stringpublic Integer getDelegateUserObjectId()
Integerpublic void setDelegateUserObjectId(Integer value)
value - allowed object is
Integerpublic 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> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||