Package com.yworks.xml.graphml
Interface IntInsetsType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
InsetsType
- All Known Implementing Classes:
InsetsTypeImpl,IntInsetsTypeImpl
public interface IntInsetsType
extends org.apache.xmlbeans.XmlObject
An XML IntInsets.type(@http://www.yworks.com/xml/graphml).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "bottom" attributegetLeft()Gets the "left" attributegetRight()Gets the "right" attributegetTop()Gets the "top" attributebooleanTrue if has "bottom" attributebooleanTrue if has "left" attributebooleanTrue if has "right" attributebooleanisSetTop()True if has "top" attributevoidsetBottom(BigInteger bottom) Sets the "bottom" attributevoidsetLeft(BigInteger left) Sets the "left" attributevoidsetRight(BigInteger right) Sets the "right" attributevoidsetTop(BigInteger top) Sets the "top" attributevoidUnsets the "bottom" attributevoidUnsets the "left" attributevoidUnsets the "right" attributevoidunsetTop()Unsets the "top" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerGets (as xml) the "bottom" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetLeft()Gets (as xml) the "left" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerGets (as xml) the "right" attributeorg.apache.xmlbeans.XmlNonNegativeIntegerxgetTop()Gets (as xml) the "top" attributevoidxsetBottom(org.apache.xmlbeans.XmlNonNegativeInteger bottom) Sets (as xml) the "bottom" attributevoidxsetLeft(org.apache.xmlbeans.XmlNonNegativeInteger left) Sets (as xml) the "left" attributevoidxsetRight(org.apache.xmlbeans.XmlNonNegativeInteger right) Sets (as xml) the "right" attributevoidxsetTop(org.apache.xmlbeans.XmlNonNegativeInteger top) Sets (as xml) the "top" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getTop
BigInteger getTop()Gets the "top" attribute -
xgetTop
org.apache.xmlbeans.XmlNonNegativeInteger xgetTop()Gets (as xml) the "top" attribute -
isSetTop
boolean isSetTop()True if has "top" attribute -
setTop
Sets the "top" attribute -
xsetTop
void xsetTop(org.apache.xmlbeans.XmlNonNegativeInteger top) Sets (as xml) the "top" attribute -
unsetTop
void unsetTop()Unsets the "top" attribute -
getBottom
BigInteger getBottom()Gets the "bottom" attribute -
xgetBottom
org.apache.xmlbeans.XmlNonNegativeInteger xgetBottom()Gets (as xml) the "bottom" attribute -
isSetBottom
boolean isSetBottom()True if has "bottom" attribute -
setBottom
Sets the "bottom" attribute -
xsetBottom
void xsetBottom(org.apache.xmlbeans.XmlNonNegativeInteger bottom) Sets (as xml) the "bottom" attribute -
unsetBottom
void unsetBottom()Unsets the "bottom" attribute -
getLeft
BigInteger getLeft()Gets the "left" attribute -
xgetLeft
org.apache.xmlbeans.XmlNonNegativeInteger xgetLeft()Gets (as xml) the "left" attribute -
isSetLeft
boolean isSetLeft()True if has "left" attribute -
setLeft
Sets the "left" attribute -
xsetLeft
void xsetLeft(org.apache.xmlbeans.XmlNonNegativeInteger left) Sets (as xml) the "left" attribute -
unsetLeft
void unsetLeft()Unsets the "left" attribute -
getRight
BigInteger getRight()Gets the "right" attribute -
xgetRight
org.apache.xmlbeans.XmlNonNegativeInteger xgetRight()Gets (as xml) the "right" attribute -
isSetRight
boolean isSetRight()True if has "right" attribute -
setRight
Sets the "right" attribute -
xsetRight
void xsetRight(org.apache.xmlbeans.XmlNonNegativeInteger right) Sets (as xml) the "right" attribute -
unsetRight
void unsetRight()Unsets the "right" attribute
-