|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.PackageVersion
public class PackageVersion
Java class for PackageVersion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackageVersion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="majorNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="minorNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
majorNumber
|
protected int |
minorNumber
|
protected String |
namespace
|
Constructor Summary | |
---|---|
PackageVersion()
|
Method Summary | |
---|---|
int |
getMajorNumber()
Gets the value of the majorNumber property. |
int |
getMinorNumber()
Gets the value of the minorNumber property. |
String |
getNamespace()
Gets the value of the namespace property. |
void |
setMajorNumber(int value)
Sets the value of the majorNumber property. |
void |
setMinorNumber(int value)
Sets the value of the minorNumber property. |
void |
setNamespace(String value)
Sets the value of the namespace property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int majorNumber
protected int minorNumber
protected String namespace
Constructor Detail |
---|
public PackageVersion()
Method Detail |
---|
public int getMajorNumber()
public void setMajorNumber(int value)
public int getMinorNumber()
public void setMinorNumber(int value)
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |