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 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, setId
getOtherAttributes
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isFixed()
Boolean
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.