public class ValidatedInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
Object |
actualValue
The actual value from a string value (QName, Boolean, etc.)
|
short |
actualValueType
The type of the actual value.
|
ShortList |
itemValueTypes
In the case the value is a list or a list of unions, this value
indicates the type(s) of the items in the list.
|
XSSimpleType |
memberType
If the type is a union type, then the member type which
actually validated the string value.
|
XSSimpleType[] |
memberTypes
If
1. the type is a union type where one of the member types is a list, or
if the type is a list; and
2. the item type of the list is a union type
then an array of member types used to validate the values.
|
String |
normalizedValue
The normalized value of a string value
|
| Constructor and Description |
|---|
ValidatedInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
reset the state of this object
|
String |
stringValue()
Return a string representation of the value.
|
public String normalizedValue
public Object actualValue
public short actualValueType
public XSSimpleType memberType
public XSSimpleType[] memberTypes
public ShortList itemValueTypes
public void reset()
public String stringValue()
Copyright © 2018–2021 mhoffrogge. All rights reserved.