Package org.apache.ws.commons.schema
Class XmlSchemaFacet
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaFacet
- All Implemented Interfaces:
XmlSchemaObjectBase
- Direct Known Subclasses:
XmlSchemaEnumerationFacet,XmlSchemaMaxExclusiveFacet,XmlSchemaMaxInclusiveFacet,XmlSchemaMinExclusiveFacet,XmlSchemaMinInclusiveFacet,XmlSchemaNumericFacet,XmlSchemaPatternFacet,XmlSchemaWhiteSpaceFacet
Abstract class for all facets that are used when simple types are derived by restriction.
-
Field Summary
FieldsFields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates new XmlSchemaFacetprotectedXmlSchemaFacet(Object value, boolean fixed) -
Method Summary
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringMethods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
-
Field Details
-
fixed
boolean fixed -
value
Object value
-
-
Constructor Details
-
XmlSchemaFacet
protected XmlSchemaFacet()Creates new XmlSchemaFacet -
XmlSchemaFacet
-
-
Method Details
-
construct
-
getValue
-
isFixed
public boolean isFixed() -
setFixed
public void setFixed(boolean fixed) -
setValue
-