Package org.cxml
Class SourcingStatus
java.lang.Object
org.cxml.SourcingStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the action property.getvalue()Gets the value of the value property.Gets the value of the xmlLang property.voidSets the value of the action property.voidSets the value of the value property.voidsetXmlLang(String value) Sets the value of the xmlLang property.
-
Field Details
-
action
-
xmlLang
-
value
-
-
Constructor Details
-
SourcingStatus
public SourcingStatus()
-
-
Method Details
-
getAction
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
Sets the value of the action property.- Parameters:
value- allowed object isString
-
getXmlLang
Gets the value of the xmlLang property.- Returns:
- possible object is
String
-
setXmlLang
Sets the value of the xmlLang property.- Parameters:
value- allowed object isString
-
getvalue
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
Sets the value of the value property.- Parameters:
value- allowed object isString
-