Package com.sforce.soap.metadata
Class DataWeaveResource
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.MetadataWithContent
com.sforce.soap.metadata.DataWeaveResource
- 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 TypeMethodDescriptiondoublebooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetApiVersion(double apiVersion) protected voidsetApiVersion(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsGlobal(boolean isGlobal) protected voidsetIsGlobal(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsProtected(boolean isProtected) protected voidsetIsProtected(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.MetadataWithContent
getContent, setContent, setContentMethods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
DataWeaveResource
public DataWeaveResource()Constructor
-
-
Method Details
-
getApiVersion
public double getApiVersion() -
setApiVersion
public void setApiVersion(double apiVersion) -
setApiVersion
protected void setApiVersion(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsGlobal
public boolean getIsGlobal() -
isIsGlobal
public boolean isIsGlobal() -
setIsGlobal
public void setIsGlobal(boolean isGlobal) -
setIsGlobal
protected void setIsGlobal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsProtected
public boolean getIsProtected() -
isIsProtected
public boolean isIsProtected() -
setIsProtected
public void setIsProtected(boolean isProtected) -
setIsProtected
protected void setIsProtected(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 classMetadataWithContent- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadataWithContent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classMetadataWithContent
-