Package com.sforce.soap.metadata
Class Country
java.lang.Object
com.sforce.soap.metadata.Country
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLabel()booleanbooleanState[]booleanbooleanisActive()booleanbooleanbooleanvoidload(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) voidvoidsetOrgDefault(boolean orgDefault) protected voidsetOrgDefault(XmlInputStream __in, TypeMapper __typeMapper) voidsetStandard(boolean standard) protected voidsetStandard(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetStates(XmlInputStream __in, TypeMapper __typeMapper) voidsetVisible(boolean visible) protected voidsetVisible(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
Country
public Country()Constructor
-
-
Method Details
-
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
-
setIntegrationValue
-
setIntegrationValue
protected void setIntegrationValue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsoCode
-
setIsoCode
-
setIsoCode
protected void setIsoCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrgDefault
public boolean getOrgDefault() -
isOrgDefault
public boolean isOrgDefault() -
setOrgDefault
public void setOrgDefault(boolean orgDefault) -
setOrgDefault
protected void setOrgDefault(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
-
getStates
-
setStates
-
setStates
protected void setStates(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
- 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
-
toString
-