| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationFieldAttributesFieldConfigurationDataType |
Integration Field Attributes Field Configuration Data
Java class for Integration_Field_Attributes_Field_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Field_Attributes_Field_Configuration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Field_Reference" type="{urn:com.workday/bsvc}Integration_Document_FieldObjectType"/>
<element name="Include_in_Output" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Required_Field" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Maximum_Length" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldReference | |||||||||||
| includeInOutput | |||||||||||
| maximumLength | |||||||||||
| requiredField | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldReference property.
| |||||||||||
Gets the value of the includeInOutput property.
| |||||||||||
Gets the value of the maximumLength property.
| |||||||||||
Gets the value of the requiredField property.
| |||||||||||
Sets the value of the fieldReference property.
| |||||||||||
Sets the value of the includeInOutput property.
| |||||||||||
Sets the value of the maximumLength property.
| |||||||||||
Sets the value of the requiredField property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fieldReference property.
IntegrationDocumentFieldObjectType
Gets the value of the includeInOutput property. This getter has been renamed from isIncludeInOutput() to getIncludeInOutput() by cxf-xjc-boolean plugin.
Gets the value of the maximumLength property.
Gets the value of the requiredField property. This getter has been renamed from isRequiredField() to getRequiredField() by cxf-xjc-boolean plugin.
Sets the value of the fieldReference property.
| value | Allowed object is
IntegrationDocumentFieldObjectType
|
|---|
Sets the value of the includeInOutput property.
| value | Allowed object is Boolean |
|---|
Sets the value of the maximumLength property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the requiredField property.
| value | Allowed object is Boolean |
|---|