public class SchemaProcessorUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MULTIPLICITY_UNBOUNDED |
Constructor and Description |
---|
SchemaProcessorUtil() |
Modifier and Type | Method and Description |
---|---|
static Boolean |
getAnnotationBoolean(com.sun.xml.xsom.XSAnnotation annotation,
QName qname) |
static Boolean |
getAnnotationBooleanMarker(com.sun.xml.xsom.XSAnnotation annotation,
QName qname)
Parses "marker" boolean annotation.
|
static Element |
getAnnotationElement(com.sun.xml.xsom.XSAnnotation annotation,
QName qname) |
static List<Element> |
getAnnotationElements(com.sun.xml.xsom.XSAnnotation annotation,
QName qname) |
static QName |
getAnnotationQName(com.sun.xml.xsom.XSAnnotation annotation,
QName qname) |
static boolean |
hasAnnotation(com.sun.xml.xsom.XSType xsType,
QName annotationElementName) |
static Integer |
parseMultiplicity(String stringMultiplicity) |
public static final String MULTIPLICITY_UNBOUNDED
public static boolean hasAnnotation(com.sun.xml.xsom.XSType xsType, QName annotationElementName)
public static Element getAnnotationElement(com.sun.xml.xsom.XSAnnotation annotation, QName qname)
public static List<Element> getAnnotationElements(com.sun.xml.xsom.XSAnnotation annotation, QName qname)
public static QName getAnnotationQName(com.sun.xml.xsom.XSAnnotation annotation, QName qname)
public static Boolean getAnnotationBooleanMarker(com.sun.xml.xsom.XSAnnotation annotation, QName qname) throws SchemaException
SchemaException
public static Boolean getAnnotationBoolean(com.sun.xml.xsom.XSAnnotation annotation, QName qname) throws SchemaException
SchemaException
Copyright © 2016 evolveum. All rights reserved.