Uses of Class
org.apache.juddi.model.KeyDataValue

Packages that use KeyDataValue
org.apache.juddi.model   
 

Uses of KeyDataValue in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return KeyDataValue
 KeyDataValue KeyDataValue.getKeyDataValue()
           
 

Methods in org.apache.juddi.model that return types with arguments of type KeyDataValue
 List<KeyDataValue> KeyInfo.getKeyDataValue()
           
 List<KeyDataValue> KeyDataValue.getKeyDataValueList()
           
 

Methods in org.apache.juddi.model with parameters of type KeyDataValue
 void KeyDataValue.setKeyDataValue(KeyDataValue keyDataValue)
           
 

Method parameters in org.apache.juddi.model with type arguments of type KeyDataValue
 void KeyInfo.setKeyDataValue(List<KeyDataValue> keyDataValue)
           
 void KeyDataValue.setKeyDataValueList(List<KeyDataValue> keyDataValueList)
           
 

Constructors in org.apache.juddi.model with parameters of type KeyDataValue
KeyDataValue(KeyInfo keyInfo, String keyDataType, String keyDataName, byte[] keyDataValueBytes, String keyDataValueString, KeyDataValue keyDataValue)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.