Package com.sforce.soap.metadata
Class FlowTestReferenceOrValue
- java.lang.Object
-
- com.sforce.soap.metadata.FlowTestReferenceOrValue
-
-
Constructor Summary
Constructors Constructor Description FlowTestReferenceOrValue()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBooleanValue
public Boolean getBooleanValue()
-
setBooleanValue
public void setBooleanValue(Boolean booleanValue)
-
setBooleanValue
protected void setBooleanValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDateTimeValue
public Calendar getDateTimeValue()
-
setDateTimeValue
public void setDateTimeValue(Calendar dateTimeValue)
-
setDateTimeValue
protected void setDateTimeValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDateValue
public Calendar getDateValue()
-
setDateValue
public void setDateValue(Calendar dateValue)
-
setDateValue
protected void setDateValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNumberValue
public Double getNumberValue()
-
setNumberValue
public void setNumberValue(Double numberValue)
-
setNumberValue
protected void setNumberValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobjectValue
public String getSobjectValue()
-
setSobjectValue
public void setSobjectValue(String sobjectValue)
-
setSobjectValue
protected void setSobjectValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStringValue
public String getStringValue()
-
setStringValue
public void setStringValue(String stringValue)
-
setStringValue
protected void setStringValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-