com.sforce.soap.partner
Class AllowFieldTruncationHeader

java.lang.Object
  extended by com.sforce.soap.partner.AllowFieldTruncationHeader

public class AllowFieldTruncationHeader
extends 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>
 


Field Summary
protected  boolean allowFieldTruncation
           
 
Constructor Summary
AllowFieldTruncationHeader()
           
 
Method Summary
 boolean isAllowFieldTruncation()
          Gets the value of the allowFieldTruncation property.
 void setAllowFieldTruncation(boolean value)
          Sets the value of the allowFieldTruncation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowFieldTruncation

protected boolean allowFieldTruncation
Constructor Detail

AllowFieldTruncationHeader

public AllowFieldTruncationHeader()
Method Detail

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 © 2012. All Rights Reserved.