Package org.apache.cxf.tools.wsdlto.core
Interface DefaultValueProvider
-
- All Known Implementing Classes:
RandomValueProvider
public interface DefaultValueProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringchooseEnumValue(String path, Set<String> values)BigDecimalgetBigDecimalValue(String path)BigIntegergetBigIntegerValue(String path)booleangetBooleanValue(String path)bytegetByteValue(String path)chargetCharValue(String path)doublegetDoubleValue(String path)StringgetDurationValueString(String path)floatgetFloatValue(String path)intgetIntValue(String path)intgetListLength(String path)longgetLongValue(String path)QNamegetQNameValue(String path)shortgetShortValue(String path)StringgetStringValue(String path)URIgetURIValue(String path)StringgetXMLGregorianCalendarValueString(String path)
-
-
-
Method Detail
-
getByteValue
byte getByteValue(String path)
-
getShortValue
short getShortValue(String path)
-
getIntValue
int getIntValue(String path)
-
getLongValue
long getLongValue(String path)
-
getFloatValue
float getFloatValue(String path)
-
getDoubleValue
double getDoubleValue(String path)
-
getCharValue
char getCharValue(String path)
-
getBooleanValue
boolean getBooleanValue(String path)
-
getBigIntegerValue
BigInteger getBigIntegerValue(String path)
-
getBigDecimalValue
BigDecimal getBigDecimalValue(String path)
-
getListLength
int getListLength(String path)
-
-