Package org.w3.x1999.xlink
Interface ResourceType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ResourceTypeImpl
public interface ResourceType extends org.apache.xmlbeans.XmlObjectAn XML resourceType(@http://www.w3.org/1999/xlink). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourceType.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 StringgetLabel()Gets the "label" attributeStringgetRole()Gets the "role" attributeStringgetTitle()Gets the "title" attributeTypeType.EnumgetType()Gets the "type" attributebooleanisSetLabel()True if has "label" attributebooleanisSetRole()True if has "role" attributebooleanisSetTitle()True if has "title" attributevoidsetLabel(String label)Sets the "label" attributevoidsetRole(String role)Sets the "role" attributevoidsetTitle(String title)Sets the "title" attributevoidsetType(TypeType.Enum type)Sets the "type" attributevoidunsetLabel()Unsets the "label" attributevoidunsetRole()Unsets the "role" attributevoidunsetTitle()Unsets the "title" attributeLabelTypexgetLabel()Gets (as xml) the "label" attributeRoleTypexgetRole()Gets (as xml) the "role" attributeTitleAttrTypexgetTitle()Gets (as xml) the "title" attributeTypeTypexgetType()Gets (as xml) the "type" attributevoidxsetLabel(LabelType label)Sets (as xml) the "label" attributevoidxsetRole(RoleType role)Sets (as xml) the "role" attributevoidxsetTitle(TitleAttrType title)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
-
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
-
getTitle
String getTitle()
Gets the "title" attribute
-
xgetTitle
TitleAttrType xgetTitle()
Gets (as xml) the "title" attribute
-
isSetTitle
boolean isSetTitle()
True if has "title" attribute
-
setTitle
void setTitle(String title)
Sets the "title" attribute
-
xsetTitle
void xsetTitle(TitleAttrType title)
Sets (as xml) the "title" attribute
-
unsetTitle
void unsetTitle()
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
-
-