public class CmisExtensionFeatureKeyValuePair extends Object
Java class for cmisExtensionFeatureKeyValuePair complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="cmisExtensionFeatureKeyValuePair">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected String | 
key  | 
protected String | 
value  | 
| Constructor and Description | 
|---|
CmisExtensionFeatureKeyValuePair()  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.