An instance of an XML Schema type.
| Modifiers | Name | Description |
|---|---|---|
class |
Type.Factory |
A static factory class for creating new instances. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getName()Return the name for the type, not including namespace prefix. |
|
Schema |
getSchema()Getter for the schema in which the element/attribute with this type lives. |
|
TypeConfig |
save()Serialize instance to XmlObject. |
|
void |
setSchema(Schema schema)Setter for the schema in which this type lives. |
|
java.lang.String |
toString() |
|
Type |
validate(Context context)Validate an element/attribute with this type. |
Return the name for the type, not including namespace prefix.
Getter for the schema in which the element/attribute with this type lives.
Serialize instance to XmlObject.
Setter for the schema in which this type lives.