public class DataExtensionField extends PropertyDefinition
Java class for DataExtensionField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataExtensionField">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}PropertyDefinition">
<sequence>
<element name="Ordinal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IsPrimaryKey" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FieldType" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtensionFieldType" minOccurs="0"/>
<element name="DataExtension" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtension" minOccurs="0"/>
<element name="StorageType" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtensionFieldStorageType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
PropertyDefinition.PicklistItems, PropertyDefinition.References| Modifier and Type | Field and Description |
|---|---|
protected DataExtension |
dataExtension |
protected DataExtensionFieldType |
fieldType |
protected Boolean |
isPrimaryKey |
protected Integer |
ordinal |
protected DataExtensionFieldStorageType |
storageType |
attributeMaps, dataType, defaultValue, description, displayOrder, isAccountProperty, isContextSpecific, isCreatable, isEditable, isFilterable, isNillable, isPartnerProperty, isQueryable, isRequired, isRestrictedPicklist, isRetrievable, isSendTime, isUpdatable, isViewable, label, markups, maxLength, maxValue, minLength, minValue, name, partnerMap, picklistItems, precision, propertyType, references, relationshipName, scale, status, valueTypeclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
DataExtensionField() |
| Modifier and Type | Method and Description |
|---|---|
DataExtension |
getDataExtension()
Gets the value of the dataExtension property.
|
DataExtensionFieldType |
getFieldType()
Gets the value of the fieldType property.
|
Boolean |
getIsPrimaryKey()
Gets the value of the isPrimaryKey property.
|
Integer |
getOrdinal()
Gets the value of the ordinal property.
|
DataExtensionFieldStorageType |
getStorageType()
Gets the value of the storageType property.
|
void |
setDataExtension(DataExtension value)
Sets the value of the dataExtension property.
|
void |
setFieldType(DataExtensionFieldType value)
Sets the value of the fieldType property.
|
void |
setIsPrimaryKey(Boolean value)
Sets the value of the isPrimaryKey property.
|
void |
setOrdinal(Integer value)
Sets the value of the ordinal property.
|
void |
setStorageType(DataExtensionFieldStorageType value)
Sets the value of the storageType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getAttributeMaps, getDataType, getDefaultValue, getDescription, getDisplayOrder, getIsAccountProperty, getIsContextSpecific, getIsCreatable, getIsEditable, getIsFilterable, getIsNillable, getIsPartnerProperty, getIsQueryable, getIsRequired, getIsRestrictedPicklist, getIsRetrievable, getIsSendTime, getIsUpdatable, getIsViewable, getLabel, getMarkups, getMaxLength, getMaxValue, getMinLength, getMinValue, getName, getPartnerMap, getPicklistItems, getPrecision, getPropertyType, getReferences, getRelationshipName, getScale, getStatus, getValueType, setDataType, setDefaultValue, setDescription, setDisplayOrder, setIsAccountProperty, setIsContextSpecific, setIsCreatable, setIsEditable, setIsFilterable, setIsNillable, setIsPartnerProperty, setIsQueryable, setIsRequired, setIsRestrictedPicklist, setIsRetrievable, setIsSendTime, setIsUpdatable, setIsViewable, setLabel, setMaxLength, setMaxValue, setMinLength, setMinValue, setName, setPartnerMap, setPicklistItems, setPrecision, setPropertyType, setReferences, setRelationshipName, setScale, setStatus, setValueTypegetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected Integer ordinal
protected Boolean isPrimaryKey
protected DataExtensionFieldType fieldType
protected DataExtension dataExtension
protected DataExtensionFieldStorageType storageType
public Integer getOrdinal()
Integerpublic void setOrdinal(Integer value)
value - allowed object is
Integerpublic Boolean getIsPrimaryKey()
Booleanpublic void setIsPrimaryKey(Boolean value)
value - allowed object is
Booleanpublic DataExtensionFieldType getFieldType()
DataExtensionFieldTypepublic void setFieldType(DataExtensionFieldType value)
value - allowed object is
DataExtensionFieldTypepublic DataExtension getDataExtension()
DataExtensionpublic void setDataExtension(DataExtension value)
value - allowed object is
DataExtensionpublic DataExtensionFieldStorageType getStorageType()
DataExtensionFieldStorageTypepublic void setStorageType(DataExtensionFieldStorageType value)
value - allowed object is
DataExtensionFieldStorageTypepublic String toString()
toString in class PropertyDefinitionCopyright © 2017. All rights reserved.