Package com.sforce.soap.partner
Interface INameValueTypeTriple
-
- All Known Implementing Classes:
NameValueTypeTriple
public interface INameValueTypeTripleThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetType()element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetName(String name)voidsetType(String type)voidsetValue(String value)
-
-
-
Method Detail
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
getType
String getType()
element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setType
void setType(String type)
-
getValue
String getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setValue
void setValue(String value)
-
-