public class Company extends ParameterType implements Serializable
Java class for Company complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Company">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element name="OrganizationalUnit" type="{http://www.CIP4.org/JDFSchema_2_0}TextElement" minOccurs="0"/>
</sequence>
<attribute name="OrganizationName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
organizationalUnit |
protected String |
organizationName |
| Constructor and Description |
|---|
Company() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrganizationalUnit()
Gets the value of the organizationalUnit property.
|
String |
getOrganizationName()
Gets the value of the organizationName property.
|
void |
setOrganizationalUnit(String value)
Sets the value of the organizationalUnit property.
|
void |
setOrganizationName(String value)
Sets the value of the organizationName property.
|
protected String organizationalUnit
protected String organizationName
public String getOrganizationalUnit()
Stringpublic void setOrganizationalUnit(String value)
value - allowed object is
Stringpublic String getOrganizationName()
StringCopyright © 2013. All Rights Reserved.