Package | Description |
---|---|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
Modifier and Type | Method and Description |
---|---|
KeyDataValue |
KeyDataValue.getKeyDataValue() |
Modifier and Type | Method and Description |
---|---|
List<KeyDataValue> |
KeyInfo.getKeyDataValue() |
List<KeyDataValue> |
KeyDataValue.getKeyDataValueList() |
Modifier and Type | Method and Description |
---|---|
void |
KeyDataValue.setKeyDataValue(KeyDataValue keyDataValue) |
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.setKeyDataValue(List<KeyDataValue> keyDataValue) |
void |
KeyDataValue.setKeyDataValueList(List<KeyDataValue> keyDataValueList) |
Constructor and Description |
---|
KeyDataValue(KeyInfo keyInfo,
String keyDataType,
String keyDataName,
byte[] keyDataValueBytes,
String keyDataValueString,
KeyDataValue keyDataValue) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.