Package org.cxml
Class SupplierPartID
- java.lang.Object
-
- org.cxml.SupplierPartID
-
public class SupplierPartID extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringrevisionIDprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description SupplierPartID()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRevisionID()Gets the value of the revisionID property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetRevisionID(java.lang.String value)Sets the value of the revisionID property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getRevisionID
public java.lang.String getRevisionID()
Gets the value of the revisionID property.- Returns:
- possible object is
String
-
setRevisionID
public void setRevisionID(java.lang.String value)
Sets the value of the revisionID property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-