Package com.sforce.soap.partner
Interface IAllowFieldTruncationHeader_element
-
- All Known Implementing Classes:
AllowFieldTruncationHeader_element
public interface IAllowFieldTruncationHeader_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowFieldTruncation()element : allowFieldTruncation of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisAllowFieldTruncation()voidsetAllowFieldTruncation(boolean allowFieldTruncation)
-
-
-
Method Detail
-
getAllowFieldTruncation
boolean getAllowFieldTruncation()
element : allowFieldTruncation of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isAllowFieldTruncation
boolean isAllowFieldTruncation()
-
setAllowFieldTruncation
void setAllowFieldTruncation(boolean allowFieldTruncation)
-
-