public static class XmlElementDeclPrism.Values extends Object
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
defaultValue()
Return the AnnotationValue corresponding to the defaultValue()
member of the annotation, or null when the default value is implied.
|
AnnotationValue |
name()
Return the AnnotationValue corresponding to the name()
member of the annotation, or null when the default value is implied.
|
AnnotationValue |
namespace()
Return the AnnotationValue corresponding to the namespace()
member of the annotation, or null when the default value is implied.
|
AnnotationValue |
scope()
Return the AnnotationValue corresponding to the scope()
member of the annotation, or null when the default value is implied.
|
AnnotationValue |
substitutionHeadName()
Return the AnnotationValue corresponding to the substitutionHeadName()
member of the annotation, or null when the default value is implied.
|
AnnotationValue |
substitutionHeadNamespace()
Return the AnnotationValue corresponding to the substitutionHeadNamespace()
member of the annotation, or null when the default value is implied.
|
public AnnotationValue scope()
public AnnotationValue namespace()
public AnnotationValue name()
public AnnotationValue substitutionHeadNamespace()
public AnnotationValue substitutionHeadName()
public AnnotationValue defaultValue()
Copyright © 2012-2014. All Rights Reserved.