|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.xLink.XLinkSchema.XLinkAttribute org.geotools.xml.xLink.XLinkSchema.Href
Href purpose.
Represents an Href Attribute in the XLink Schema
Field Summary |
Fields inherited from interface org.geotools.xml.schema.Attribute |
OPTIONAL, PROHIBITED, REQUIRED |
Constructor Summary | |
XLinkSchema.Href()
Href constructor Creates an instance of the Href Attribute of the XLink Schema. |
|
XLinkSchema.Href(int use)
Href constructor. |
Method Summary | |
java.lang.String |
getFixed()
This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute. |
static Attribute |
getInstance()
Returns a copy of the default instance. |
java.lang.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 org.geotools.xml.xLink.XLinkSchema.XLinkAttribute |
getDefault, getId, getNamespace, isForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XLinkSchema.Href(int use)
Creates an instance of the Href Attribute of the XLink Schema
use
- Attribute.getUse()
public XLinkSchema.Href()
Creates an instance of the Href Attribute of the XLink Schema. Sets the usage to Optional.
Method Detail |
public static Attribute getInstance()
public java.lang.String getFixed()
Attribute
This is intended to imitate the fixed value option provided in the declaration of an XML Schema attribute.
public java.lang.String getName()
Attribute
The name of the attribute specified if one was provided in the attribute declaration
schema.Attribute#getName()
public int getUse()
Attribute
Attributes 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()
Attribute
Provides 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 |