Package com.sforce.soap.metadata
Class State
- java.lang.Object
-
- com.sforce.soap.metadata.State
-
-
Constructor Summary
Constructors Constructor Description State()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetActive()StringgetIntegrationValue()StringgetIsoCode()StringgetLabel()booleangetStandard()booleangetVisible()booleanisActive()booleanisStandard()booleanisVisible()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetActive(boolean active)protected voidsetActive(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetIntegrationValue(XmlInputStream __in, TypeMapper __typeMapper)voidsetIntegrationValue(String integrationValue)protected voidsetIsoCode(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsoCode(String isoCode)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)voidsetStandard(boolean standard)protected voidsetStandard(XmlInputStream __in, TypeMapper __typeMapper)voidsetVisible(boolean visible)protected voidsetVisible(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getActive
public boolean getActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(boolean active)
-
setActive
protected void setActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIntegrationValue
public String getIntegrationValue()
-
setIntegrationValue
public void setIntegrationValue(String integrationValue)
-
setIntegrationValue
protected void setIntegrationValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsoCode
public String getIsoCode()
-
setIsoCode
public void setIsoCode(String isoCode)
-
setIsoCode
protected void setIsoCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStandard
public boolean getStandard()
-
isStandard
public boolean isStandard()
-
setStandard
public void setStandard(boolean standard)
-
setStandard
protected void setStandard(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVisible
public boolean getVisible()
-
isVisible
public boolean isVisible()
-
setVisible
public void setVisible(boolean visible)
-
setVisible
protected void setVisible(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
-
-