public class ExportApiEnums
extends java.lang.Object
Java class for _exportApiEnums complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_exportApiEnums"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://entity.bullhorn.com/}bhApiEnums" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
arg0 |
Constructor and Description |
---|
ExportApiEnums() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArg0()
Gets the value of the arg0 property.
|
void |
setArg0(java.lang.String value)
Sets the value of the arg0 property.
|