com.sforce.soap.partner
Class AllowFieldTruncationHeader
java.lang.Object
com.sforce.soap.partner.AllowFieldTruncationHeader
public class AllowFieldTruncationHeader
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="allowFieldTruncation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allowFieldTruncation
protected boolean allowFieldTruncation
AllowFieldTruncationHeader
public AllowFieldTruncationHeader()
isAllowFieldTruncation
public boolean isAllowFieldTruncation()
- Gets the value of the allowFieldTruncation property.
setAllowFieldTruncation
public void setAllowFieldTruncation(boolean value)
- Sets the value of the allowFieldTruncation property.
Copyright © 2010. All Rights Reserved.