| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationFieldOverrideFieldConfigurationDataType |
Integration Document Field Override Configuration Data
Java class for Integration_Field_Override_Field_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Field_Override_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="External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType" minOccurs="0"/>
<element name="External_Parameter_Assignment_Data" type="{urn:com.workday/bsvc}Integration_Field_Override_Parameter_Initialization_DataType" maxOccurs="unbounded" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalFieldReference | |||||||||||
| externalParameterAssignmentData | |||||||||||
| fieldReference | |||||||||||
| maximumLength | |||||||||||
| requiredField | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalFieldReference property.
| |||||||||||
Gets the value of the externalParameterAssignmentData property.
| |||||||||||
Gets the value of the fieldReference property.
| |||||||||||
Gets the value of the maximumLength property.
| |||||||||||
Gets the value of the requiredField property.
| |||||||||||
Sets the value of the externalFieldReference property.
| |||||||||||
Sets the value of the externalParameterAssignmentData property.
| |||||||||||
Sets the value of the fieldReference 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 externalFieldReference property.
ExternalFieldObjectType
Gets the value of the externalParameterAssignmentData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the externalParameterAssignmentData property.
For example, to add a new item, do as follows:
getExternalParameterAssignmentData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationFieldOverrideParameterInitializationDataType
Gets the value of the fieldReference property.
IntegrationDocumentFieldObjectType
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 externalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the externalParameterAssignmentData property.
| externalParameterAssignmentData | Allowed object is
IntegrationFieldOverrideParameterInitializationDataType
|
|---|
Sets the value of the fieldReference property.
| value | Allowed object is
IntegrationDocumentFieldObjectType
|
|---|
Sets the value of the maximumLength property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the requiredField property.
| value | Allowed object is Boolean |
|---|