public class ResourceAssignmentCodeAssignmentType extends Object
Java class for ResourceAssignmentCodeAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAssignmentCodeAssignmentType">
<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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResourceAssignmentCodeDescription" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="ResourceAssignmentCodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResourceAssignmentCodeTypeName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="ResourceAssignmentCodeTypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResourceAssignmentCodeValue" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="ResourceAssignmentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
projectObjectId |
protected String |
resourceAssignmentCodeDescription |
protected Integer |
resourceAssignmentCodeObjectId |
protected String |
resourceAssignmentCodeTypeName |
protected Integer |
resourceAssignmentCodeTypeObjectId |
protected String |
resourceAssignmentCodeValue |
protected Integer |
resourceAssignmentObjectId |
| Constructor and Description |
|---|
ResourceAssignmentCodeAssignmentType() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getResourceAssignmentCodeDescription()
Gets the value of the resourceAssignmentCodeDescription property.
|
Integer |
getResourceAssignmentCodeObjectId()
Gets the value of the resourceAssignmentCodeObjectId property.
|
String |
getResourceAssignmentCodeTypeName()
Gets the value of the resourceAssignmentCodeTypeName property.
|
Integer |
getResourceAssignmentCodeTypeObjectId()
Gets the value of the resourceAssignmentCodeTypeObjectId property.
|
String |
getResourceAssignmentCodeValue()
Gets the value of the resourceAssignmentCodeValue property.
|
Integer |
getResourceAssignmentObjectId()
Gets the value of the resourceAssignmentObjectId property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setResourceAssignmentCodeDescription(String value)
Sets the value of the resourceAssignmentCodeDescription property.
|
void |
setResourceAssignmentCodeObjectId(Integer value)
Sets the value of the resourceAssignmentCodeObjectId property.
|
void |
setResourceAssignmentCodeTypeName(String value)
Sets the value of the resourceAssignmentCodeTypeName property.
|
void |
setResourceAssignmentCodeTypeObjectId(Integer value)
Sets the value of the resourceAssignmentCodeTypeObjectId property.
|
void |
setResourceAssignmentCodeValue(String value)
Sets the value of the resourceAssignmentCodeValue property.
|
void |
setResourceAssignmentObjectId(Integer value)
Sets the value of the resourceAssignmentObjectId property.
|
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer projectObjectId
protected String resourceAssignmentCodeDescription
protected Integer resourceAssignmentCodeObjectId
protected String resourceAssignmentCodeTypeName
protected Integer resourceAssignmentCodeTypeObjectId
protected String resourceAssignmentCodeValue
protected Integer resourceAssignmentObjectId
public ResourceAssignmentCodeAssignmentType()
public LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getResourceAssignmentCodeDescription()
Stringpublic void setResourceAssignmentCodeDescription(String value)
value - allowed object is
Stringpublic Integer getResourceAssignmentCodeObjectId()
Integerpublic void setResourceAssignmentCodeObjectId(Integer value)
value - allowed object is
Integerpublic String getResourceAssignmentCodeTypeName()
Stringpublic void setResourceAssignmentCodeTypeName(String value)
value - allowed object is
Stringpublic Integer getResourceAssignmentCodeTypeObjectId()
Integerpublic void setResourceAssignmentCodeTypeObjectId(Integer value)
value - allowed object is
Integerpublic String getResourceAssignmentCodeValue()
Stringpublic void setResourceAssignmentCodeValue(String value)
value - allowed object is
Stringpublic Integer getResourceAssignmentObjectId()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.