Interface TopLeftAttribute
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface TopLeftAttribute extends XmlObject
A document containing one topLeft(@http://schemas.openxmlformats.org/officeDocument/2006/relationships) attribute. This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<TopLeftAttribute>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.StringgetTopLeft()Gets the "topLeft" attributebooleanisSetTopLeft()True if has "topLeft" attributevoidsetTopLeft(java.lang.String topLeft)Sets the "topLeft" attributevoidunsetTopLeft()Unsets the "topLeft" attributeSTRelationshipIdxgetTopLeft()Gets (as xml) the "topLeft" attributevoidxsetTopLeft(STRelationshipId topLeft)Sets (as xml) the "topLeft" 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<TopLeftAttribute> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getTopLeft
java.lang.String getTopLeft()
Gets the "topLeft" attribute
-
xgetTopLeft
STRelationshipId xgetTopLeft()
Gets (as xml) the "topLeft" attribute
-
isSetTopLeft
boolean isSetTopLeft()
True if has "topLeft" attribute
-
setTopLeft
void setTopLeft(java.lang.String topLeft)
Sets the "topLeft" attribute
-
xsetTopLeft
void xsetTopLeft(STRelationshipId topLeft)
Sets (as xml) the "topLeft" attribute
-
unsetTopLeft
void unsetTopLeft()
Unsets the "topLeft" attribute
-
-