Package com.sforce.soap.partner
Class NameCaseValue
java.lang.Object
com.sforce.soap.partner.NameCaseValue
- All Implemented Interfaces:
INameCaseValue,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 TypeMethodDescriptionelement : article of type {urn:partner.soap.sforce.com}Article java type: com.sforce.soap.partner.Articleelement : caseType of type {urn:partner.soap.sforce.com}CaseType java type: com.sforce.soap.partner.CaseTypeelement : number of type {urn:partner.soap.sforce.com}GrammaticalNumber java type: com.sforce.soap.partner.GrammaticalNumberelement : possessive of type {urn:partner.soap.sforce.com}Possessive java type: com.sforce.soap.partner.PossessivegetValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetArticle(Article article) protected voidsetArticle(XmlInputStream __in, TypeMapper __typeMapper) voidsetCaseType(CaseType caseType) protected voidsetCaseType(XmlInputStream __in, TypeMapper __typeMapper) voidsetNumber(GrammaticalNumber number) protected voidsetNumber(XmlInputStream __in, TypeMapper __typeMapper) voidsetPossessive(Possessive possessive) protected voidsetPossessive(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetValue(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
NameCaseValue
public NameCaseValue()Constructor
-
-
Method Details
-
getArticle
Description copied from interface:INameCaseValueelement : article of type {urn:partner.soap.sforce.com}Article java type: com.sforce.soap.partner.Article- Specified by:
getArticlein interfaceINameCaseValue
-
setArticle
- Specified by:
setArticlein interfaceINameCaseValue
-
setArticle
protected void setArticle(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCaseType
Description copied from interface:INameCaseValueelement : caseType of type {urn:partner.soap.sforce.com}CaseType java type: com.sforce.soap.partner.CaseType- Specified by:
getCaseTypein interfaceINameCaseValue
-
setCaseType
- Specified by:
setCaseTypein interfaceINameCaseValue
-
setCaseType
protected void setCaseType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNumber
Description copied from interface:INameCaseValueelement : number of type {urn:partner.soap.sforce.com}GrammaticalNumber java type: com.sforce.soap.partner.GrammaticalNumber- Specified by:
getNumberin interfaceINameCaseValue
-
setNumber
- Specified by:
setNumberin interfaceINameCaseValue
-
setNumber
protected void setNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPossessive
Description copied from interface:INameCaseValueelement : possessive of type {urn:partner.soap.sforce.com}Possessive java type: com.sforce.soap.partner.Possessive- Specified by:
getPossessivein interfaceINameCaseValue
-
setPossessive
- Specified by:
setPossessivein interfaceINameCaseValue
-
setPossessive
protected void setPossessive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getValue
Description copied from interface:INameCaseValueelement : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getValuein interfaceINameCaseValue
-
setValue
- Specified by:
setValuein interfaceINameCaseValue
-
setValue
protected void setValue(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
-