@Contract @Hk2XmlPreGenerate public interface 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" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 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, setIdgetOtherAttributes, setOtherAttributesCopyright © 2009–2019 Oracle Corporation. All rights reserved.