Package org.cxml

Class SupplierPartID


  • public class SupplierPartID
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String revisionID  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SupplierPartID()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRevisionID()
      Gets the value of the revisionID property.
      java.lang.String getvalue()
      Gets the value of the value property.
      void setRevisionID​(java.lang.String value)
      Sets the value of the revisionID property.
      void setvalue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • revisionID

        protected java.lang.String revisionID
      • value

        protected java.lang.String value
    • Constructor Detail

      • SupplierPartID

        public SupplierPartID()
    • 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 is String
      • 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 is String