Package org.cxml
Class SubscriptionVersion
- java.lang.Object
-
- org.cxml.SubscriptionVersion
-
public class SubscriptionVersion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringversionNumber
-
Constructor Summary
Constructors Constructor Description SubscriptionVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetVersionNumber()Gets the value of the versionNumber property.voidsetVersionNumber(java.lang.String value)Sets the value of the versionNumber property.
-
-
-
Method Detail
-
getVersionNumber
public java.lang.String getVersionNumber()
Gets the value of the versionNumber property.- Returns:
- possible object is
String
-
setVersionNumber
public void setVersionNumber(java.lang.String value)
Sets the value of the versionNumber property.- Parameters:
value- allowed object isString
-
-