XmlKeyValuePair¶
-
public class
XmlKeyValuePair
¶ Java class for KeyValuePair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValuePair"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>