Package com.sforce.soap.metadata
Class ReportType
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ReportType
- 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 TypeMethodDescriptionbooleanbooleangetJoin()getLabel()booleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAutogenerated(boolean autogenerated) protected voidsetAutogenerated(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBaseObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetBaseObject(String baseObject) voidsetCategory(ReportTypeCategory category) protected voidsetCategory(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeployed(boolean deployed) protected voidsetDeployed(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) voidsetJoin(ObjectRelationship join) protected voidsetJoin(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetSections(ReportLayoutSection[] sections) protected voidsetSections(XmlInputStream __in, TypeMapper __typeMapper) 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
-
ReportType
public ReportType()Constructor
-
-
Method Details
-
getAutogenerated
public boolean getAutogenerated() -
isAutogenerated
public boolean isAutogenerated() -
setAutogenerated
public void setAutogenerated(boolean autogenerated) -
setAutogenerated
protected void setAutogenerated(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBaseObject
-
setBaseObject
-
setBaseObject
protected void setBaseObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCategory
-
setCategory
-
setCategory
protected void setCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeployed
public boolean getDeployed() -
isDeployed
public boolean isDeployed() -
setDeployed
public void setDeployed(boolean deployed) -
setDeployed
protected void setDeployed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getJoin
-
setJoin
-
setJoin
protected void setJoin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSections
-
setSections
-
setSections
protected void setSections(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
-