Package org.w3.x1999.xlink
Interface ArcType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ArcTypeImpl
public interface ArcType extends org.apache.xmlbeans.XmlObjectAn XML arcType(@http://www.w3.org/1999/xlink). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArcType.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" elementActuateType.EnumgetActuate()Gets the "actuate" attributeStringgetArcrole()Gets the "arcrole" attributeStringgetFrom()Gets the "from" attributeShowType.EnumgetShow()Gets the "show" attributeStringgetTitle2()Gets the "title" attributeTitleEltType[]getTitleArray()Gets array of all "title" elementsTitleEltTypegetTitleArray(int i)Gets ith "title" elementStringgetTo()Gets the "to" attributeTypeType.EnumgetType()Gets the "type" attributeTitleEltTypeinsertNewTitle(int i)Inserts and returns a new empty value (as xml) as the ith "title" elementbooleanisSetActuate()True if has "actuate" attributebooleanisSetArcrole()True if has "arcrole" attributebooleanisSetFrom()True if has "from" attributebooleanisSetShow()True if has "show" attributebooleanisSetTitle2()True if has "title" attributebooleanisSetTo()True if has "to" attributevoidremoveTitle(int i)Removes the ith "title" elementvoidsetActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidsetArcrole(String arcrole)Sets the "arcrole" attributevoidsetFrom(String from)Sets the "from" attributevoidsetShow(ShowType.Enum show)Sets the "show" attributevoidsetTitle2(String title2)Sets the "title" attributevoidsetTitleArray(int i, TitleEltType title)Sets ith "title" elementvoidsetTitleArray(TitleEltType[] titleArray)Sets array of all "title" elementvoidsetTo(String to)Sets the "to" attributevoidsetType(TypeType.Enum type)Sets the "type" attributeintsizeOfTitleArray()Returns number of "title" elementvoidunsetActuate()Unsets the "actuate" attributevoidunsetArcrole()Unsets the "arcrole" attributevoidunsetFrom()Unsets the "from" attributevoidunsetShow()Unsets the "show" attributevoidunsetTitle2()Unsets the "title" attributevoidunsetTo()Unsets the "to" attributeActuateTypexgetActuate()Gets (as xml) the "actuate" attributeArcroleTypexgetArcrole()Gets (as xml) the "arcrole" attributeFromTypexgetFrom()Gets (as xml) the "from" attributeShowTypexgetShow()Gets (as xml) the "show" attributeTitleAttrTypexgetTitle2()Gets (as xml) the "title" attributeToTypexgetTo()Gets (as xml) the "to" attributeTypeTypexgetType()Gets (as xml) the "type" attributevoidxsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidxsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidxsetFrom(FromType from)Sets (as xml) the "from" attributevoidxsetShow(ShowType show)Sets (as xml) the "show" attributevoidxsetTitle2(TitleAttrType title2)Sets (as xml) the "title" attributevoidxsetTo(ToType to)Sets (as xml) the "to" 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
-
getArcrole
String getArcrole()
Gets the "arcrole" attribute
-
xgetArcrole
ArcroleType xgetArcrole()
Gets (as xml) the "arcrole" attribute
-
isSetArcrole
boolean isSetArcrole()
True if has "arcrole" attribute
-
setArcrole
void setArcrole(String arcrole)
Sets the "arcrole" attribute
-
xsetArcrole
void xsetArcrole(ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute
-
unsetArcrole
void unsetArcrole()
Unsets the "arcrole" 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
-
getShow
ShowType.Enum getShow()
Gets the "show" attribute
-
xgetShow
ShowType xgetShow()
Gets (as xml) the "show" attribute
-
isSetShow
boolean isSetShow()
True if has "show" attribute
-
setShow
void setShow(ShowType.Enum show)
Sets the "show" attribute
-
xsetShow
void xsetShow(ShowType show)
Sets (as xml) the "show" attribute
-
unsetShow
void unsetShow()
Unsets the "show" attribute
-
getActuate
ActuateType.Enum getActuate()
Gets the "actuate" attribute
-
xgetActuate
ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute
-
isSetActuate
boolean isSetActuate()
True if has "actuate" attribute
-
setActuate
void setActuate(ActuateType.Enum actuate)
Sets the "actuate" attribute
-
xsetActuate
void xsetActuate(ActuateType actuate)
Sets (as xml) the "actuate" attribute
-
unsetActuate
void unsetActuate()
Unsets the "actuate" attribute
-
getFrom
String getFrom()
Gets the "from" attribute
-
xgetFrom
FromType xgetFrom()
Gets (as xml) the "from" attribute
-
isSetFrom
boolean isSetFrom()
True if has "from" attribute
-
setFrom
void setFrom(String from)
Sets the "from" attribute
-
xsetFrom
void xsetFrom(FromType from)
Sets (as xml) the "from" attribute
-
unsetFrom
void unsetFrom()
Unsets the "from" attribute
-
getTo
String getTo()
Gets the "to" attribute
-
xgetTo
ToType xgetTo()
Gets (as xml) the "to" attribute
-
isSetTo
boolean isSetTo()
True if has "to" attribute
-
setTo
void setTo(String to)
Sets the "to" attribute
-
xsetTo
void xsetTo(ToType to)
Sets (as xml) the "to" attribute
-
unsetTo
void unsetTo()
Unsets the "to" attribute
-
-