Package com.sforce.soap.metadata
Class Territory2
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.Territory2
- 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 TypeMethodDescriptiongetName()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAccountAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccountAccessLevel(String accountAccessLevel) protected voidsetCaseAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseAccessLevel(String caseAccessLevel) protected voidsetContactAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) voidsetContactAccessLevel(String contactAccessLevel) voidsetCustomFields(FieldValue[] customFields) protected voidsetCustomFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetName(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetOpportunityAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) voidsetOpportunityAccessLevel(String opportunityAccessLevel) protected voidsetParentTerritory(XmlInputStream __in, TypeMapper __typeMapper) voidsetParentTerritory(String parentTerritory) voidsetRuleAssociations(Territory2RuleAssociation[] ruleAssociations) protected voidsetRuleAssociations(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTerritory2Type(XmlInputStream __in, TypeMapper __typeMapper) voidsetTerritory2Type(String territory2Type) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
Territory2
public Territory2()Constructor
-
-
Method Details
-
getAccountAccessLevel
-
setAccountAccessLevel
-
setAccountAccessLevel
protected void setAccountAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCaseAccessLevel
-
setCaseAccessLevel
-
setCaseAccessLevel
protected void setCaseAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContactAccessLevel
-
setContactAccessLevel
-
setContactAccessLevel
protected void setContactAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCustomFields
-
setCustomFields
-
setCustomFields
protected void setCustomFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getName
-
setName
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOpportunityAccessLevel
-
setOpportunityAccessLevel
-
setOpportunityAccessLevel
protected void setOpportunityAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getParentTerritory
-
setParentTerritory
-
setParentTerritory
protected void setParentTerritory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRuleAssociations
-
setRuleAssociations
-
setRuleAssociations
protected void setRuleAssociations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTerritory2Type
-
setTerritory2Type
-
setTerritory2Type
protected void setTerritory2Type(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
- 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
-
toString
-