public static interface BeginDocument.Begin
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
BeginDocument.Begin.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
BeginDocument.Begin.Location
An XML location(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getGroup()
Gets the "group" attribute
|
BeginDocument.Begin.Location.Enum |
getLocation()
Gets the "location" attribute
|
boolean |
isSetLocation()
True if has "location" attribute
|
void |
setGroup(BigInteger group)
Sets the "group" attribute
|
void |
setLocation(BeginDocument.Begin.Location.Enum location)
Sets the "location" attribute
|
void |
unsetLocation()
Unsets the "location" attribute
|
org.apache.xmlbeans.XmlInteger |
xgetGroup()
Gets (as xml) the "group" attribute
|
BeginDocument.Begin.Location |
xgetLocation()
Gets (as xml) the "location" attribute
|
void |
xsetGroup(org.apache.xmlbeans.XmlInteger group)
Sets (as xml) the "group" attribute
|
void |
xsetLocation(BeginDocument.Begin.Location location)
Sets (as xml) the "location" attribute
|
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
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
BigInteger getGroup()
org.apache.xmlbeans.XmlInteger xgetGroup()
void setGroup(BigInteger group)
void xsetGroup(org.apache.xmlbeans.XmlInteger group)
BeginDocument.Begin.Location.Enum getLocation()
BeginDocument.Begin.Location xgetLocation()
boolean isSetLocation()
void setLocation(BeginDocument.Begin.Location.Enum location)
void xsetLocation(BeginDocument.Begin.Location location)
void unsetLocation()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.