Package org.cxml

Class SourcingStatus

java.lang.Object
org.cxml.SourcingStatus

public class SourcingStatus extends Object
  • Field Details

    • action

      protected String action
    • xmlLang

      protected String xmlLang
    • value

      protected String value
  • Constructor Details

    • SourcingStatus

      public SourcingStatus()
  • Method Details

    • getAction

      public String getAction()
      Gets the value of the action property.
      Returns:
      possible object is String
    • setAction

      public void setAction(String value)
      Sets the value of the action property.
      Parameters:
      value - allowed object is String
    • getXmlLang

      public String getXmlLang()
      Gets the value of the xmlLang property.
      Returns:
      possible object is String
    • setXmlLang

      public void setXmlLang(String value)
      Sets the value of the xmlLang property.
      Parameters:
      value - allowed object is String
    • getvalue

      public String getvalue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setvalue

      public void setvalue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String