public interface AddStyleSheet
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AddStyleSheet.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
getAlternate()
Gets the "alternate" attribute
|
String |
getCharset()
Gets the "charset" attribute
|
String |
getHref()
Gets the "href" attribute
|
String |
getMedia()
Gets the "media" attribute
|
String |
getTitle()
Gets the "title" attribute
|
String |
getType()
Gets the "type" attribute
|
boolean |
isSetAlternate()
True if has "alternate" attribute
|
boolean |
isSetCharset()
True if has "charset" attribute
|
boolean |
isSetMedia()
True if has "media" attribute
|
boolean |
isSetTitle()
True if has "title" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setAlternate(boolean alternate)
Sets the "alternate" attribute
|
void |
setCharset(String charset)
Sets the "charset" attribute
|
void |
setHref(String href)
Sets the "href" attribute
|
void |
setMedia(String media)
Sets the "media" attribute
|
void |
setTitle(String title)
Sets the "title" attribute
|
void |
setType(String type)
Sets the "type" attribute
|
void |
unsetAlternate()
Unsets the "alternate" attribute
|
void |
unsetCharset()
Unsets the "charset" attribute
|
void |
unsetMedia()
Unsets the "media" attribute
|
void |
unsetTitle()
Unsets the "title" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAlternate()
Gets (as xml) the "alternate" attribute
|
org.apache.xmlbeans.XmlString |
xgetCharset()
Gets (as xml) the "charset" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetHref()
Gets (as xml) the "href" attribute
|
org.apache.xmlbeans.XmlString |
xgetMedia()
Gets (as xml) the "media" attribute
|
org.apache.xmlbeans.XmlString |
xgetTitle()
Gets (as xml) the "title" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetAlternate(org.apache.xmlbeans.XmlBoolean alternate)
Sets (as xml) the "alternate" attribute
|
void |
xsetCharset(org.apache.xmlbeans.XmlString charset)
Sets (as xml) the "charset" attribute
|
void |
xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute
|
void |
xsetMedia(org.apache.xmlbeans.XmlString media)
Sets (as xml) the "media" attribute
|
void |
xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "title" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
String getHref()
org.apache.xmlbeans.XmlAnyURI xgetHref()
void setHref(String href)
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
String getType()
org.apache.xmlbeans.XmlString xgetType()
boolean isSetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
void unsetType()
String getTitle()
org.apache.xmlbeans.XmlString xgetTitle()
boolean isSetTitle()
void setTitle(String title)
void xsetTitle(org.apache.xmlbeans.XmlString title)
void unsetTitle()
String getMedia()
org.apache.xmlbeans.XmlString xgetMedia()
boolean isSetMedia()
void setMedia(String media)
void xsetMedia(org.apache.xmlbeans.XmlString media)
void unsetMedia()
String getCharset()
org.apache.xmlbeans.XmlString xgetCharset()
boolean isSetCharset()
void setCharset(String charset)
void xsetCharset(org.apache.xmlbeans.XmlString charset)
void unsetCharset()
boolean getAlternate()
org.apache.xmlbeans.XmlBoolean xgetAlternate()
boolean isSetAlternate()
void setAlternate(boolean alternate)
void xsetAlternate(org.apache.xmlbeans.XmlBoolean alternate)
void unsetAlternate()
Copyright © 2019. All Rights Reserved.