|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.CodeAssignmentType
public class CodeAssignmentType
Java class for CodeAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeAssignmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ValueObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
typeObjectId
|
protected int |
valueObjectId
|
| Constructor Summary | |
|---|---|
CodeAssignmentType()
|
|
| Method Summary | |
|---|---|
int |
getTypeObjectId()
Gets the value of the typeObjectId property. |
int |
getValueObjectId()
Gets the value of the valueObjectId property. |
void |
setTypeObjectId(int value)
Sets the value of the typeObjectId property. |
void |
setValueObjectId(int value)
Sets the value of the valueObjectId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int typeObjectId
protected int valueObjectId
| Constructor Detail |
|---|
public CodeAssignmentType()
| Method Detail |
|---|
public int getTypeObjectId()
public void setTypeObjectId(int value)
public int getValueObjectId()
public void setValueObjectId(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||