public abstract class FacetImpl extends EntityImpl implements Facet
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
additionalProperties |
protected Set<String> |
allowedAdditionalKeys |
headerDESCRIPTION, NAME, VERSIONHEADER_PROPERTYCLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
FacetImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllowedAdditionalKey(String allowedAdditionalKey) |
Map<String,Object> |
getAdditionalProperties() |
Object |
getAdditionalProperty(String key) |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setAdditionalProperty(String key,
Object value) |
getHeader, setHeader, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeadersetHeaderpublic Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SchemaMixedElementgetAdditionalProperties in interface Facetpublic void setAdditionalProperties(Map<String,Object> additionalProperties)
setAdditionalProperties in interface SchemaMixedElementsetAdditionalProperties in interface Facetpublic Object getAdditionalProperty(String key)
getAdditionalProperty in interface SchemaMixedElementgetAdditionalProperty in interface Facetpublic void setAdditionalProperty(String key, Object value)
setAdditionalProperty in interface SchemaMixedElementsetAdditionalProperty in interface Facetpublic void addAllowedAdditionalKey(String allowedAdditionalKey)
Copyright © 2020. All Rights Reserved.