public class ActivityCodeUpdateType extends Object
Java class for ActivityCodeUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityCodeUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityCodeType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="ActivityCodeTypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AllData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApprovalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ApprovalUserName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ApprovalUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CreateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="HeldDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="IsSecureCode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastApprovedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OverrideActivityCodeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OverrideActivityCodeName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="OverrideActivityCodeShortName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="PendingActivityCodeId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PendingActivityCodeName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="PendingActivityCodeShortName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</restriction>
</simpleType>
</element>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RejectedBy" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="RejectedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResubmittedBy" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ResubmittedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Pending"/>
<enumeration value="Held"/>
<enumeration value="Approved"/>
<enumeration value="Rejected"/>
<enumeration value="Partially Approved"/>
<enumeration value="Withdrawn"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ActivityCodeUpdateType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityCodeType()
Gets the value of the activityCodeType property.
|
Integer |
getActivityCodeTypeObjectId()
Gets the value of the activityCodeTypeObjectId property.
|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
String |
getAllData()
Gets the value of the allData property.
|
LocalDateTime |
getApprovalDate()
Gets the value of the approvalDate property.
|
String |
getApprovalUserName()
Gets the value of the approvalUserName property.
|
Integer |
getApprovalUserObjectId()
Gets the value of the approvalUserObjectId property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
LocalDateTime |
getHeldDate()
Gets the value of the heldDate property.
|
LocalDateTime |
getLastApprovedDate()
Gets the value of the lastApprovedDate property.
|
Integer |
getOffset()
Gets the value of the offset property.
|
Integer |
getOverrideActivityCodeId()
Gets the value of the overrideActivityCodeId property.
|
String |
getOverrideActivityCodeName()
Gets the value of the overrideActivityCodeName property.
|
String |
getOverrideActivityCodeShortName()
Gets the value of the overrideActivityCodeShortName property.
|
Integer |
getPendingActivityCodeId()
Gets the value of the pendingActivityCodeId property.
|
String |
getPendingActivityCodeName()
Gets the value of the pendingActivityCodeName property.
|
String |
getPendingActivityCodeShortName()
Gets the value of the pendingActivityCodeShortName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getRejectedBy()
Gets the value of the rejectedBy property.
|
LocalDateTime |
getRejectedDate()
Gets the value of the rejectedDate property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
String |
getResubmittedBy()
Gets the value of the resubmittedBy property.
|
LocalDateTime |
getResubmittedDate()
Gets the value of the resubmittedDate property.
|
String |
getStatus()
Gets the value of the status property.
|
Boolean |
isIsSecureCode()
Gets the value of the isSecureCode property.
|
void |
setActivityCodeType(String value)
Sets the value of the activityCodeType property.
|
void |
setActivityCodeTypeObjectId(Integer value)
Sets the value of the activityCodeTypeObjectId property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setAllData(String value)
Sets the value of the allData property.
|
void |
setApprovalDate(LocalDateTime value)
Sets the value of the approvalDate property.
|
void |
setApprovalUserName(String value)
Sets the value of the approvalUserName property.
|
void |
setApprovalUserObjectId(Integer value)
Sets the value of the approvalUserObjectId property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setHeldDate(LocalDateTime value)
Sets the value of the heldDate property.
|
void |
setIsSecureCode(Boolean value)
Sets the value of the isSecureCode property.
|
void |
setLastApprovedDate(LocalDateTime value)
Sets the value of the lastApprovedDate property.
|
void |
setOffset(Integer value)
Sets the value of the offset property.
|
void |
setOverrideActivityCodeId(Integer value)
Sets the value of the overrideActivityCodeId property.
|
void |
setOverrideActivityCodeName(String value)
Sets the value of the overrideActivityCodeName property.
|
void |
setOverrideActivityCodeShortName(String value)
Sets the value of the overrideActivityCodeShortName property.
|
void |
setPendingActivityCodeId(Integer value)
Sets the value of the pendingActivityCodeId property.
|
void |
setPendingActivityCodeName(String value)
Sets the value of the pendingActivityCodeName property.
|
void |
setPendingActivityCodeShortName(String value)
Sets the value of the pendingActivityCodeShortName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRejectedBy(String value)
Sets the value of the rejectedBy property.
|
void |
setRejectedDate(LocalDateTime value)
Sets the value of the rejectedDate property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setResubmittedBy(String value)
Sets the value of the resubmittedBy property.
|
void |
setResubmittedDate(LocalDateTime value)
Sets the value of the resubmittedDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String activityCodeType
protected Integer activityCodeTypeObjectId
protected Integer activityObjectId
protected String allData
protected LocalDateTime approvalDate
protected String approvalUserName
protected Integer approvalUserObjectId
protected Integer changeSetObjectId
protected String createUser
protected LocalDateTime date
protected LocalDateTime heldDate
protected Boolean isSecureCode
protected LocalDateTime lastApprovedDate
protected Integer offset
protected Integer overrideActivityCodeId
protected String overrideActivityCodeName
protected String overrideActivityCodeShortName
protected Integer pendingActivityCodeId
protected String pendingActivityCodeName
protected String pendingActivityCodeShortName
protected Integer projectObjectId
protected String rejectedBy
protected LocalDateTime rejectedDate
protected Integer requestUserObjectId
protected String resubmittedBy
protected LocalDateTime resubmittedDate
protected String status
public String getActivityCodeType()
Stringpublic void setActivityCodeType(String value)
value - allowed object is
Stringpublic Integer getActivityCodeTypeObjectId()
Integerpublic void setActivityCodeTypeObjectId(Integer value)
value - allowed object is
Integerpublic Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic String getAllData()
Stringpublic void setAllData(String value)
value - allowed object is
Stringpublic LocalDateTime getApprovalDate()
Stringpublic void setApprovalDate(LocalDateTime value)
value - allowed object is
Stringpublic String getApprovalUserName()
Stringpublic void setApprovalUserName(String value)
value - allowed object is
Stringpublic Integer getApprovalUserObjectId()
Integerpublic void setApprovalUserObjectId(Integer value)
value - allowed object is
Integerpublic Integer getChangeSetObjectId()
Integerpublic void setChangeSetObjectId(Integer value)
value - allowed object is
Integerpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic LocalDateTime getDate()
Stringpublic void setDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getHeldDate()
Stringpublic void setHeldDate(LocalDateTime value)
value - allowed object is
Stringpublic Boolean isIsSecureCode()
Stringpublic void setIsSecureCode(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastApprovedDate()
Stringpublic void setLastApprovedDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getOffset()
Integerpublic void setOffset(Integer value)
value - allowed object is
Integerpublic Integer getOverrideActivityCodeId()
Integerpublic void setOverrideActivityCodeId(Integer value)
value - allowed object is
Integerpublic String getOverrideActivityCodeName()
Stringpublic void setOverrideActivityCodeName(String value)
value - allowed object is
Stringpublic String getOverrideActivityCodeShortName()
Stringpublic void setOverrideActivityCodeShortName(String value)
value - allowed object is
Stringpublic Integer getPendingActivityCodeId()
Integerpublic void setPendingActivityCodeId(Integer value)
value - allowed object is
Integerpublic String getPendingActivityCodeName()
Stringpublic void setPendingActivityCodeName(String value)
value - allowed object is
Stringpublic String getPendingActivityCodeShortName()
Stringpublic void setPendingActivityCodeShortName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getRejectedBy()
Stringpublic void setRejectedBy(String value)
value - allowed object is
Stringpublic LocalDateTime getRejectedDate()
Stringpublic void setRejectedDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getRequestUserObjectId()
Integerpublic void setRequestUserObjectId(Integer value)
value - allowed object is
Integerpublic String getResubmittedBy()
Stringpublic void setResubmittedBy(String value)
value - allowed object is
Stringpublic LocalDateTime getResubmittedDate()
Stringpublic void setResubmittedDate(LocalDateTime value)
value - allowed object is
Stringpublic String getStatus()
StringCopyright © 2000–2025 MPXJ. All rights reserved.