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>
| Modifier and Type | Field and Description |
|---|---|
protected int |
typeObjectId |
protected int |
valueObjectId |
| Constructor and Description |
|---|
CodeAssignmentType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getTypeObjectId()
public void setTypeObjectId(int value)
public int getValueObjectId()
public void setValueObjectId(int value)
Copyright © 2000–2025 MPXJ. All rights reserved.