public class ContextDataInfo extends Object
Java class for contextDataInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contextDataInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dataName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ContextDataInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getDataName()
Gets the value of the dataName property.
|
String |
getDataValue()
Gets the value of the dataValue property.
|
void |
setDataName(String value)
Sets the value of the dataName property.
|
void |
setDataValue(String value)
Sets the value of the dataValue property.
|
public String getDataName()
String
public void setDataName(String value)
value
- allowed object is
String
public String getDataValue()
String
Copyright © 2013 Nuxeo SA. All Rights Reserved.