|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectXLinkSchema.XLinkAttribute
XLinkSchema.To
public static class XLinkSchema.To
To represents a To attribute in the XLink Schema
| Field Summary |
|---|
| Fields inherited from interface Attribute |
|---|
OPTIONAL, PROHIBITED, REQUIRED |
| Constructor Summary | |
|---|---|
XLinkSchema.To()
|
|
| Method Summary | |
|---|---|
String |
getFixed()
This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute. |
static Attribute |
getInstance()
Returns the singleton To instance |
String |
getName()
The name of the attribute specified if one was provided in the attribute declaration |
SimpleType |
getSimpleType()
Provides a reference to the simpleType which defines the data type of this attribute. |
int |
getUse()
Attributes only have three options for the number or occurences: none, once, optionally once. |
| Methods inherited from class XLinkSchema.XLinkAttribute |
|---|
getDefault, getId, getNamespace, isForm |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XLinkSchema.To()
| Method Detail |
|---|
public static Attribute getInstance()
public String getFixed()
AttributeThis is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute.
schema.Attribute#getFixed()public String getName()
AttributeThe name of the attribute specified if one was provided in the attribute declaration
schema.Attribute#getLocalName()public int getUse()
AttributeAttributes only have three options for the number or occurences: none, once, optionally once. This method returns the mask which represents the use of this attribute.
schema.Attribute#getUse()public SimpleType getSimpleType()
AttributeProvides a reference to the simpleType which defines the data type of this attribute.
schema.Attribute#getSimpleType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||