|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.mxv1.XSDataKeyValuePair
public class XSDataKeyValuePair
Java class for XSDataKeyValuePair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataKeyValuePair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.edna-site.org}XSDataString"/>
<element name="key" type="{http://www.edna-site.org}XSDataString"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataKeyValuePair()
|
|
| Method Summary | |
|---|---|
XSDataString |
getKey()
Gets the value of the key property. |
XSDataString |
getValue()
Gets the value of the value property. |
void |
setKey(XSDataString value)
Sets the value of the key property. |
void |
setValue(XSDataString value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataKeyValuePair()
| Method Detail |
|---|
public XSDataString getValue()
XSDataStringpublic void setValue(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getKey()
XSDataStringpublic void setKey(XSDataString value)
value - allowed object is
XSDataString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||