com.sforce.soap.partner
Class PackageVersion

java.lang.Object
  extended by com.sforce.soap.partner.PackageVersion

public class PackageVersion
extends Object

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

majorNumber

protected int majorNumber

minorNumber

protected int minorNumber

namespace

protected String namespace
Constructor Detail

PackageVersion

public PackageVersion()
Method Detail

getMajorNumber

public int getMajorNumber()
Gets the value of the majorNumber property.


setMajorNumber

public void setMajorNumber(int value)
Sets the value of the majorNumber property.


getMinorNumber

public int getMinorNumber()
Gets the value of the minorNumber property.


setMinorNumber

public void setMinorNumber(int value)
Sets the value of the minorNumber property.


getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.