public class

IntegrationFieldAttributesFieldConfigurationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationFieldAttributesFieldConfigurationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationDocumentFieldObjectType fieldReference
protected Boolean includeInOutput
protected BigDecimal maximumLength
protected Boolean requiredField
Public Constructors
IntegrationFieldAttributesFieldConfigurationDataType()
Public Methods
IntegrationDocumentFieldObjectType getFieldReference()
Gets the value of the fieldReference property.
Boolean getIncludeInOutput()
Gets the value of the includeInOutput property.
BigDecimal getMaximumLength()
Gets the value of the maximumLength property.
Boolean getRequiredField()
Gets the value of the requiredField property.
void setFieldReference(IntegrationDocumentFieldObjectType value)
Sets the value of the fieldReference property.
void setIncludeInOutput(Boolean value)
Sets the value of the includeInOutput property.
void setMaximumLength(BigDecimal value)
Sets the value of the maximumLength property.
void setRequiredField(Boolean value)
Sets the value of the requiredField property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationDocumentFieldObjectType fieldReference

protected Boolean includeInOutput

protected BigDecimal maximumLength

protected Boolean requiredField

Public Constructors

public IntegrationFieldAttributesFieldConfigurationDataType ()

Public Methods

public IntegrationDocumentFieldObjectType getFieldReference ()

Gets the value of the fieldReference property.

Returns

public Boolean getIncludeInOutput ()

Gets the value of the includeInOutput property. This getter has been renamed from isIncludeInOutput() to getIncludeInOutput() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getMaximumLength ()

Gets the value of the maximumLength property.

Returns
  • possible object is BigDecimal

public Boolean getRequiredField ()

Gets the value of the requiredField property. This getter has been renamed from isRequiredField() to getRequiredField() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setFieldReference (IntegrationDocumentFieldObjectType value)

Sets the value of the fieldReference property.

Parameters
value Allowed object is IntegrationDocumentFieldObjectType

public void setIncludeInOutput (Boolean value)

Sets the value of the includeInOutput property.

Parameters
value Allowed object is Boolean

public void setMaximumLength (BigDecimal value)

Sets the value of the maximumLength property.

Parameters
value Allowed object is BigDecimal

public void setRequiredField (Boolean value)

Sets the value of the requiredField property.

Parameters
value Allowed object is Boolean