Interface BottomLeftAttribute
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface BottomLeftAttribute extends XmlObject
A document containing one bottomLeft(@http://schemas.openxmlformats.org/officeDocument/2006/relationships) attribute. This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<BottomLeftAttribute>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBottomLeft()Gets the "bottomLeft" attributebooleanisSetBottomLeft()True if has "bottomLeft" attributevoidsetBottomLeft(java.lang.String bottomLeft)Sets the "bottomLeft" attributevoidunsetBottomLeft()Unsets the "bottomLeft" attributeSTRelationshipIdxgetBottomLeft()Gets (as xml) the "bottomLeft" attributevoidxsetBottomLeft(STRelationshipId bottomLeft)Sets (as xml) the "bottomLeft" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<BottomLeftAttribute> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBottomLeft
java.lang.String getBottomLeft()
Gets the "bottomLeft" attribute
-
xgetBottomLeft
STRelationshipId xgetBottomLeft()
Gets (as xml) the "bottomLeft" attribute
-
isSetBottomLeft
boolean isSetBottomLeft()
True if has "bottomLeft" attribute
-
setBottomLeft
void setBottomLeft(java.lang.String bottomLeft)
Sets the "bottomLeft" attribute
-
xsetBottomLeft
void xsetBottomLeft(STRelationshipId bottomLeft)
Sets (as xml) the "bottomLeft" attribute
-
unsetBottomLeft
void unsetBottomLeft()
Unsets the "bottomLeft" attribute
-
-