net.sf.mpxj.primavera.schema
Class CodeAssignmentType

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

public class CodeAssignmentType
extends Object

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

typeObjectId

protected int typeObjectId

valueObjectId

protected int valueObjectId
Constructor Detail

CodeAssignmentType

public CodeAssignmentType()
Method Detail

getTypeObjectId

public int getTypeObjectId()
Gets the value of the typeObjectId property.


setTypeObjectId

public void setTypeObjectId(int value)
Sets the value of the typeObjectId property.


getValueObjectId

public int getValueObjectId()
Gets the value of the valueObjectId property.


setValueObjectId

public void setValueObjectId(int value)
Sets the value of the valueObjectId property.



Copyright © 2012. All Rights Reserved.