Package org.w3.x1999.xlink
Interface LocatorType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LocatorTypeImpl
public interface LocatorType extends org.apache.xmlbeans.XmlObjectAn XML locatorType(@http://www.w3.org/1999/xlink). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocatorType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TitleEltTypeaddNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementStringgetHref()Gets the "href" attributeStringgetLabel()Gets the "label" attributeStringgetRole()Gets the "role" attributeStringgetTitle2()Gets the "title" attributeTitleEltType[]getTitleArray()Gets array of all "title" elementsTitleEltTypegetTitleArray(int i)Gets ith "title" elementTypeType.EnumgetType()Gets the "type" attributeTitleEltTypeinsertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementbooleanisSetLabel()True if has "label" attributebooleanisSetRole()True if has "role" attributebooleanisSetTitle2()True if has "title" attributevoidremoveTitle(int i)Removes the ith "title" elementvoidsetHref(String href)Sets the "href" attributevoidsetLabel(String label)Sets the "label" attributevoidsetRole(String role)Sets the "role" attributevoidsetTitle2(String title2)Sets the "title" attributevoidsetTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidsetTitleArray(TitleEltType[] titleArray)Sets array of all "title" elementvoidsetType(TypeType.Enum type)Sets the "type" attributeintsizeOfTitleArray()Returns number of "title" elementvoidunsetLabel()Unsets the "label" attributevoidunsetRole()Unsets the "role" attributevoidunsetTitle2()Unsets the "title" attributeHrefTypexgetHref()Gets (as xml) the "href" attributeLabelTypexgetLabel()Gets (as xml) the "label" attributeRoleTypexgetRole()Gets (as xml) the "role" attributeTitleAttrTypexgetTitle2()Gets (as xml) the "title" attributeTypeTypexgetType()Gets (as xml) the "type" attributevoidxsetHref(HrefType href)Sets (as xml) the "href" attributevoidxsetLabel(LabelType label)Sets (as xml) the "label" attributevoidxsetRole(RoleType role)Sets (as xml) the "role" attributevoidxsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attributevoidxsetType(TypeType type)Sets (as xml) the "type" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getTitleArray
TitleEltType[] getTitleArray()
Gets array of all "title" elements
-
getTitleArray
TitleEltType getTitleArray(int i)
Gets ith "title" element
-
sizeOfTitleArray
int sizeOfTitleArray()
Returns number of "title" element
-
setTitleArray
void setTitleArray(TitleEltType[] titleArray)
Sets array of all "title" element
-
setTitleArray
void setTitleArray(int i, TitleEltType title)Sets ith "title" element
-
insertNewTitle
TitleEltType insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "title" element
-
addNewTitle
TitleEltType addNewTitle()
Appends and returns a new empty value (as xml) as the last "title" element
-
removeTitle
void removeTitle(int i)
Removes the ith "title" element
-
getType
TypeType.Enum getType()
Gets the "type" attribute
-
xgetType
TypeType xgetType()
Gets (as xml) the "type" attribute
-
setType
void setType(TypeType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(TypeType type)
Sets (as xml) the "type" attribute
-
getHref
String getHref()
Gets the "href" attribute
-
xgetHref
HrefType xgetHref()
Gets (as xml) the "href" attribute
-
setHref
void setHref(String href)
Sets the "href" attribute
-
xsetHref
void xsetHref(HrefType href)
Sets (as xml) the "href" attribute
-
getRole
String getRole()
Gets the "role" attribute
-
xgetRole
RoleType xgetRole()
Gets (as xml) the "role" attribute
-
isSetRole
boolean isSetRole()
True if has "role" attribute
-
setRole
void setRole(String role)
Sets the "role" attribute
-
xsetRole
void xsetRole(RoleType role)
Sets (as xml) the "role" attribute
-
unsetRole
void unsetRole()
Unsets the "role" attribute
-
getTitle2
String getTitle2()
Gets the "title" attribute
-
xgetTitle2
TitleAttrType xgetTitle2()
Gets (as xml) the "title" attribute
-
isSetTitle2
boolean isSetTitle2()
True if has "title" attribute
-
setTitle2
void setTitle2(String title2)
Sets the "title" attribute
-
xsetTitle2
void xsetTitle2(TitleAttrType title2)
Sets (as xml) the "title" attribute
-
unsetTitle2
void unsetTitle2()
Unsets the "title" attribute
-
getLabel
String getLabel()
Gets the "label" attribute
-
xgetLabel
LabelType xgetLabel()
Gets (as xml) the "label" attribute
-
isSetLabel
boolean isSetLabel()
True if has "label" attribute
-
setLabel
void setLabel(String label)
Sets the "label" attribute
-
xsetLabel
void xsetLabel(LabelType label)
Sets (as xml) the "label" attribute
-
unsetLabel
void unsetLabel()
Unsets the "label" attribute
-
-