public class CostCenter extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="CostCenterID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="Name" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
costCenterID |
protected String |
name |
| Constructor and Description |
|---|
CostCenter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostCenterID()
Gets the value of the costCenterID property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCostCenterID(String value)
Sets the value of the costCenterID property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getCostCenterID()
Stringpublic void setCostCenterID(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2013. All Rights Reserved.