public class Base64BinaryValue extends Object implements IBuiltInTypeValue
Constructor and Description |
---|
Base64BinaryValue() |
Modifier and Type | Method and Description |
---|---|
Value |
convertBuiltInTypeToValue(String valueString)
Converts a Built-in Type to Value.
|
String |
convertValueToBuiltInType(Value value)
Converts a Built-in Type to Value.
|
String |
getTemplate(Facet[] facets)
Creates a sample or template string for the data to place in XML.
|
void |
validate(Value value)
Validates the new Value.
|
public Value convertBuiltInTypeToValue(String valueString) throws ParseException
convertBuiltInTypeToValue
in interface IBuiltInTypeValue
valueString
- The Built-in Type value string.ParseException
- Thrown when conversion is not possible or a parsing error occurs.public String convertValueToBuiltInType(Value value) throws ValueException
convertValueToBuiltInType
in interface IBuiltInTypeValue
value
- The value.ValueException
- For validation errors.public void validate(Value value) throws ValueException
validate
in interface IBuiltInTypeValue
value
- The value.ValueException
- For validation errors.public String getTemplate(Facet[] facets)
getTemplate
in interface IBuiltInTypeValue
facets
- The facets.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.