public static interface AttributionDocument.Attribution
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttributionDocument.Attribution.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 |
|---|---|
LogoURLDocument.LogoURL |
addNewLogoURL()
Appends and returns a new empty "LogoURL" element
|
OnlineResourceDocument.OnlineResource |
addNewOnlineResource()
Appends and returns a new empty "OnlineResource" element
|
LogoURLDocument.LogoURL |
getLogoURL()
Gets the "LogoURL" element
|
OnlineResourceDocument.OnlineResource |
getOnlineResource()
Gets the "OnlineResource" element
|
String |
getTitle()
Gets the "Title" element
|
boolean |
isSetLogoURL()
True if has "LogoURL" element
|
boolean |
isSetOnlineResource()
True if has "OnlineResource" element
|
boolean |
isSetTitle()
True if has "Title" element
|
void |
setLogoURL(LogoURLDocument.LogoURL logoURL)
Sets the "LogoURL" element
|
void |
setOnlineResource(OnlineResourceDocument.OnlineResource onlineResource)
Sets the "OnlineResource" element
|
void |
setTitle(String title)
Sets the "Title" element
|
void |
unsetLogoURL()
Unsets the "LogoURL" element
|
void |
unsetOnlineResource()
Unsets the "OnlineResource" element
|
void |
unsetTitle()
Unsets the "Title" element
|
org.apache.xmlbeans.XmlString |
xgetTitle()
Gets (as xml) the "Title" element
|
void |
xsetTitle(org.apache.xmlbeans.XmlString title)
Sets (as xml) the "Title" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getTitle()
org.apache.xmlbeans.XmlString xgetTitle()
boolean isSetTitle()
void setTitle(String title)
void xsetTitle(org.apache.xmlbeans.XmlString title)
void unsetTitle()
OnlineResourceDocument.OnlineResource getOnlineResource()
boolean isSetOnlineResource()
void setOnlineResource(OnlineResourceDocument.OnlineResource onlineResource)
OnlineResourceDocument.OnlineResource addNewOnlineResource()
void unsetOnlineResource()
LogoURLDocument.LogoURL getLogoURL()
boolean isSetLogoURL()
void setLogoURL(LogoURLDocument.LogoURL logoURL)
LogoURLDocument.LogoURL addNewLogoURL()
void unsetLogoURL()
Copyright © 2015 52north.org. All rights reserved.