Package com.sforce.soap.partner
Class PackageVersion
- java.lang.Object
-
- com.sforce.soap.partner.PackageVersion
-
- All Implemented Interfaces:
IPackageVersion,XMLizable
public class PackageVersion extends Object implements XMLizable, IPackageVersion
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description PackageVersion()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMajorNumber()element : majorNumber of type {http://www.w3.org/2001/XMLSchema}int java type: intintgetMinorNumber()element : minorNumber of type {http://www.w3.org/2001/XMLSchema}int java type: intStringgetNamespace()element : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetMajorNumber(int majorNumber)protected voidsetMajorNumber(XmlInputStream __in, TypeMapper __typeMapper)voidsetMinorNumber(int minorNumber)protected voidsetMinorNumber(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetNamespace(XmlInputStream __in, TypeMapper __typeMapper)voidsetNamespace(String namespace)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getMajorNumber
public int getMajorNumber()
Description copied from interface:IPackageVersionelement : majorNumber of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getMajorNumberin interfaceIPackageVersion
-
setMajorNumber
public void setMajorNumber(int majorNumber)
- Specified by:
setMajorNumberin interfaceIPackageVersion
-
setMajorNumber
protected void setMajorNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMinorNumber
public int getMinorNumber()
Description copied from interface:IPackageVersionelement : minorNumber of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getMinorNumberin interfaceIPackageVersion
-
setMinorNumber
public void setMinorNumber(int minorNumber)
- Specified by:
setMinorNumberin interfaceIPackageVersion
-
setMinorNumber
protected void setMinorNumber(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNamespace
public String getNamespace()
Description copied from interface:IPackageVersionelement : namespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getNamespacein interfaceIPackageVersion
-
setNamespace
public void setNamespace(String namespace)
- Specified by:
setNamespacein interfaceIPackageVersion
-
setNamespace
protected void setNamespace(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-