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" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
fixed |
protected java.lang.String |
value |
annotation, id| Constructor and Description |
|---|
Facet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value of the value property.
|
boolean |
isFixed()
Gets the value of the fixed property.
|
void |
setFixed(java.lang.Boolean value)
Sets the value of the fixed property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributespublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isFixed()
Booleanpublic void setFixed(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018 SAP SE. All Rights Reserved.