Package com.sforce.soap.metadata
Class RoleOrTerritory
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.RoleOrTerritory
-
-
Constructor Summary
Constructors Constructor Description RoleOrTerritory()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCaseAccessLevel
public String getCaseAccessLevel()
-
setCaseAccessLevel
public void setCaseAccessLevel(String caseAccessLevel)
-
setCaseAccessLevel
protected void setCaseAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContactAccessLevel
public String getContactAccessLevel()
-
setContactAccessLevel
public void setContactAccessLevel(String contactAccessLevel)
-
setContactAccessLevel
protected void setContactAccessLevel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMayForecastManagerShare
public boolean getMayForecastManagerShare()
-
isMayForecastManagerShare
public boolean isMayForecastManagerShare()
-
setMayForecastManagerShare
public void setMayForecastManagerShare(boolean mayForecastManagerShare)
-
setMayForecastManagerShare
protected void setMayForecastManagerShare(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOpportunityAccessLevel
public String getOpportunityAccessLevel()
-
setOpportunityAccessLevel
public void setOpportunityAccessLevel(String opportunityAccessLevel)
-
setOpportunityAccessLevel
protected void setOpportunityAccessLevel(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
-
-