Package org.w3.x1999.xlink
Interface Extended
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ExtendedImpl
public interface Extended extends org.apache.xmlbeans.XmlObjectAn XML extended(@http://www.w3.org/1999/xlink). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExtended.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 ArcTypeaddNewArc()Appends and returns a new empty value (as xml) as the last "arc" elementLocatorTypeaddNewLocator()Appends and returns a new empty value (as xml) as the last "locator" elementResourceTypeaddNewResource()Appends and returns a new empty value (as xml) as the last "resource" elementTitleEltTypeaddNewTitle()Appends and returns a new empty value (as xml) as the last "title" elementArcType[]getArcArray()Gets array of all "arc" elementsArcTypegetArcArray(int i)Gets ith "arc" elementLocatorType[]getLocatorArray()Gets array of all "locator" elementsLocatorTypegetLocatorArray(int i)Gets ith "locator" elementResourceType[]getResourceArray()Gets array of all "resource" elementsResourceTypegetResourceArray(int i)Gets ith "resource" elementStringgetRole()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" attributeArcTypeinsertNewArc(int i)Inserts and returns a new empty value (as xml) as the ith "arc" elementLocatorTypeinsertNewLocator(int i)Inserts and returns a new empty value (as xml) as the ith "locator" elementResourceTypeinsertNewResource(int i)Inserts and returns a new empty value (as xml) as the ith "resource" elementTitleEltTypeinsertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementbooleanisSetRole()True if has "role" attributebooleanisSetTitle2()True if has "title" attributevoidremoveArc(int i)Removes the ith "arc" elementvoidremoveLocator(int i)Removes the ith "locator" elementvoidremoveResource(int i)Removes the ith "resource" elementvoidremoveTitle(int i)Removes the ith "title" elementvoidsetArcArray(int i, ArcType arc)Sets ith "arc" elementvoidsetArcArray(ArcType[] arcArray)Sets array of all "arc" elementvoidsetLocatorArray(int i, LocatorType locator)Sets ith "locator" elementvoidsetLocatorArray(LocatorType[] locatorArray)Sets array of all "locator" elementvoidsetResourceArray(int i, ResourceType resource)Sets ith "resource" elementvoidsetResourceArray(ResourceType[] resourceArray)Sets array of all "resource" elementvoidsetRole(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" attributeintsizeOfArcArray()Returns number of "arc" elementintsizeOfLocatorArray()Returns number of "locator" elementintsizeOfResourceArray()Returns number of "resource" elementintsizeOfTitleArray()Returns number of "title" elementvoidunsetRole()Unsets the "role" attributevoidunsetTitle2()Unsets the "title" attributeRoleTypexgetRole()Gets (as xml) the "role" attributeTitleAttrTypexgetTitle2()Gets (as xml) the "title" attributeTypeTypexgetType()Gets (as xml) the "type" 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
-
getResourceArray
ResourceType[] getResourceArray()
Gets array of all "resource" elements
-
getResourceArray
ResourceType getResourceArray(int i)
Gets ith "resource" element
-
sizeOfResourceArray
int sizeOfResourceArray()
Returns number of "resource" element
-
setResourceArray
void setResourceArray(ResourceType[] resourceArray)
Sets array of all "resource" element
-
setResourceArray
void setResourceArray(int i, ResourceType resource)Sets ith "resource" element
-
insertNewResource
ResourceType insertNewResource(int i)
Inserts and returns a new empty value (as xml) as the ith "resource" element
-
addNewResource
ResourceType addNewResource()
Appends and returns a new empty value (as xml) as the last "resource" element
-
removeResource
void removeResource(int i)
Removes the ith "resource" element
-
getLocatorArray
LocatorType[] getLocatorArray()
Gets array of all "locator" elements
-
getLocatorArray
LocatorType getLocatorArray(int i)
Gets ith "locator" element
-
sizeOfLocatorArray
int sizeOfLocatorArray()
Returns number of "locator" element
-
setLocatorArray
void setLocatorArray(LocatorType[] locatorArray)
Sets array of all "locator" element
-
setLocatorArray
void setLocatorArray(int i, LocatorType locator)Sets ith "locator" element
-
insertNewLocator
LocatorType insertNewLocator(int i)
Inserts and returns a new empty value (as xml) as the ith "locator" element
-
addNewLocator
LocatorType addNewLocator()
Appends and returns a new empty value (as xml) as the last "locator" element
-
removeLocator
void removeLocator(int i)
Removes the ith "locator" element
-
getArcArray
ArcType[] getArcArray()
Gets array of all "arc" elements
-
getArcArray
ArcType getArcArray(int i)
Gets ith "arc" element
-
sizeOfArcArray
int sizeOfArcArray()
Returns number of "arc" element
-
setArcArray
void setArcArray(ArcType[] arcArray)
Sets array of all "arc" element
-
setArcArray
void setArcArray(int i, ArcType arc)Sets ith "arc" element
-
insertNewArc
ArcType insertNewArc(int i)
Inserts and returns a new empty value (as xml) as the ith "arc" element
-
addNewArc
ArcType addNewArc()
Appends and returns a new empty value (as xml) as the last "arc" element
-
removeArc
void removeArc(int i)
Removes the ith "arc" 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
-
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
-
-