public class Facet extends Annotated
Java class for facet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="facet">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="fixed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
fixed |
protected String |
value |
annotation, id| Constructor and Description |
|---|
Facet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
boolean |
isFixed()
Gets the value of the fixed property.
|
void |
setFixed(Boolean value)
Sets the value of the fixed property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributespublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic boolean isFixed()
BooleanCopyright © 2019. All rights reserved.