Modifier and Type | Method and Description |
---|---|
public Object | getActualVC()
Deprecated
Use getValueConstraintValue().getActualValue() instead
Value Constraint: Binding specific actual constraint value or
|
public short | getActualVCType()
Deprecated
Use getValueConstraintValue().getActualValueType() instead
The actual constraint value built-in datatype, e.g.
|
public XSAnnotation | |
public XSObjectList | |
public short | |
public String | getConstraintValue()
Deprecated
Use getValueConstraintValue().getNormalizedValue() instead
Value constraint: The constraint value with respect to the [type
definition], otherwise |
public XSComplexTypeDefinition | getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see
|
public ShortList | getItemValueTypes()
Deprecated
Use getValueConstraintValue().getListValueTypes() instead
In the case the actual constraint value represents a list, i.e. the
|
public short | |
public XSSimpleTypeDefinition | |
public XSValue |
getActualVC | back to summary |
---|---|
public Object getActualVC() throws XSException
Deprecated Use getValueConstraintValue().getActualValue() instead Value Constraint: Binding specific actual constraint value or
|
getActualVCType | back to summary |
---|---|
public short getActualVCType() throws XSException
Deprecated Use getValueConstraintValue().getActualValueType() instead The actual constraint value built-in datatype, e.g.
|
getAnnotation | back to summary |
---|---|
public XSAnnotation getAnnotation() An annotation if it exists, otherwise |
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() A sequence of [annotations] or an empty |
getConstraintType | back to summary |
---|---|
public short getConstraintType() Value constraint: one of |
getConstraintValue | back to summary |
---|---|
public String getConstraintValue()
Deprecated Use getValueConstraintValue().getNormalizedValue() instead Value constraint: The constraint value with respect to the [type
definition], otherwise
|
getEnclosingCTDefinition | back to summary |
---|---|
public XSComplexTypeDefinition getEnclosingCTDefinition() The complex type definition for locally scoped declarations (see
|
getItemValueTypes | back to summary |
---|---|
public ShortList getItemValueTypes() throws XSException
Deprecated Use getValueConstraintValue().getListValueTypes() instead In the case the actual constraint value represents a list, i.e. the
|
getScope | back to summary |
---|---|
public short getScope() [scope]. One of |
getTypeDefinition | back to summary |
---|---|
public XSSimpleTypeDefinition getTypeDefinition() [type definition]: A simple type definition. |
getValueConstraintValue | back to summary |
---|---|
public XSValue getValueConstraintValue() The actual value of the default or fixed value constraint. |