public class Company extends ParameterType implements java.io.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>
<choice>
<element name="OrganizationalUnit" type="{http://www.CIP4.org/JDFSchema_2_0}TextElement" minOccurs="0"/>
</choice>
</sequence>
<attribute name="OrganizationName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
organizationalUnit |
protected java.lang.String |
organizationName |
| Constructor and Description |
|---|
Company() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOrganizationalUnit()
Gets the value of the organizationalUnit property.
|
java.lang.String |
getOrganizationName()
Gets the value of the organizationName property.
|
void |
setOrganizationalUnit(java.lang.String value)
Sets the value of the organizationalUnit property.
|
void |
setOrganizationName(java.lang.String value)
Sets the value of the organizationName property.
|
protected java.lang.String organizationalUnit
protected java.lang.String organizationName
public java.lang.String getOrganizationalUnit()
Stringpublic void setOrganizationalUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrganizationName()
Stringpublic void setOrganizationName(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.