Package com.sforce.soap.metadata
Class CareBenefitVerifySettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.CareBenefitVerifySettings
-
-
Constructor Summary
Constructors Constructor Description CareBenefitVerifySettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCodeSetType
public String getCodeSetType()
-
setCodeSetType
public void setCodeSetType(String codeSetType)
-
setCodeSetType
protected void setCodeSetType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultNpi
public String getDefaultNpi()
-
setDefaultNpi
public void setDefaultNpi(String defaultNpi)
-
setDefaultNpi
protected void setDefaultNpi(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGeneralPlanServiceTypeCode
public String getGeneralPlanServiceTypeCode()
-
setGeneralPlanServiceTypeCode
public void setGeneralPlanServiceTypeCode(String generalPlanServiceTypeCode)
-
setGeneralPlanServiceTypeCode
protected void setGeneralPlanServiceTypeCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsDefault
public boolean getIsDefault()
-
isIsDefault
public boolean isIsDefault()
-
setIsDefault
public void setIsDefault(boolean isDefault)
-
setIsDefault
protected void setIsDefault(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrganizationName
public String getOrganizationName()
-
setOrganizationName
public void setOrganizationName(String organizationName)
-
setOrganizationName
protected void setOrganizationName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getServiceApexClass
public String getServiceApexClass()
-
setServiceApexClass
public void setServiceApexClass(String serviceApexClass)
-
setServiceApexClass
protected void setServiceApexClass(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getServiceNamedCredential
public String getServiceNamedCredential()
-
setServiceNamedCredential
public void setServiceNamedCredential(String serviceNamedCredential)
-
setServiceNamedCredential
protected void setServiceNamedCredential(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getServiceTypeSourceSystem
public String getServiceTypeSourceSystem()
-
setServiceTypeSourceSystem
public void setServiceTypeSourceSystem(String serviceTypeSourceSystem)
-
setServiceTypeSourceSystem
protected void setServiceTypeSourceSystem(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUriPath
public String getUriPath()
-
setUriPath
public void setUriPath(String uriPath)
-
setUriPath
protected void setUriPath(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-