public class ValueSchemaImpl extends EmbeddedImpl implements ValueSchema
| Modifier and Type | Field and Description |
|---|---|
protected URI |
schema |
protected String |
value |
NAMEDESCRIPTION, VERSIONCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Constructor and Description |
|---|
ValueSchemaImpl() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getSchema() |
String |
getValue() |
void |
setSchema(URI schema) |
void |
setValue(String value) |
public String getValue()
getValue in interface ValueSchemapublic void setValue(String value)
setValue in interface ValueSchemapublic URI getSchema()
getSchema in interface ValueSchemapublic void setSchema(URI schema)
setSchema in interface ValueSchemaCopyright © 2017. All Rights Reserved.