Package com.sforce.soap.metadata
Class ProductAttrDisplayConfig
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ProductAttrDisplayConfig
-
-
Constructor Summary
Constructors Constructor Description ProductAttrDisplayConfig()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataType()StringgetDisplayType()StringgetMasterLabel()StringgetStatus()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDataType(XmlInputStream __in, TypeMapper __typeMapper)voidsetDataType(String dataType)protected voidsetDisplayType(XmlInputStream __in, TypeMapper __typeMapper)voidsetDisplayType(String displayType)protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetMasterLabel(String masterLabel)protected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper)voidsetStatus(String status)StringtoString()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
-
-
-
-
Method Detail
-
getDataType
public String getDataType()
-
setDataType
public void setDataType(String dataType)
-
setDataType
protected void setDataType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDisplayType
public String getDisplayType()
-
setDisplayType
public void setDisplayType(String displayType)
-
setDisplayType
protected void setDisplayType(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
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
setStatus
protected void setStatus(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
-
-