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 XSObjectList | |
public XSAttributeDeclaration | getAttrDeclaration()
[attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used. |
public short | |
public String | getConstraintValue()
Deprecated
Use getValueConstraintValue().getNormalizedValue() instead
Value Constraint: The constraint value, otherwise |
public ShortList | getItemValueTypes()
Deprecated
Use getValueConstraintValue().getListValueTypes() instead
In the case the actual constraint value represents a list, i.e. the
|
public boolean | getRequired()
[required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it. |
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.
|
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() A sequence of [annotations] or an empty |
getAttrDeclaration | back to summary |
---|---|
public XSAttributeDeclaration getAttrDeclaration() [attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used. |
getConstraintType | back to summary |
---|---|
public short getConstraintType() Value Constraint: one of default, fixed, or none. |
getConstraintValue | back to summary |
---|---|
public String getConstraintValue()
Deprecated Use getValueConstraintValue().getNormalizedValue() instead Value Constraint: The constraint value, otherwise
|
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
|
getRequired | back to summary |
---|---|
public boolean getRequired() [required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it. |
getValueConstraintValue | back to summary |
---|---|
public XSValue getValueConstraintValue() The actual value of the default or fixed value constraint. |