public static interface StringArray.GeneratedBy
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
StringArray.GeneratedBy.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 |
---|---|
String |
getFormat()
Gets the "format" element
|
int |
getMax()
Gets the "max" element
|
int |
getMin()
Gets the "min" element
|
void |
setFormat(String format)
Sets the "format" element
|
void |
setMax(int max)
Sets the "max" element
|
void |
setMin(int min)
Sets the "min" element
|
org.apache.xmlbeans.XmlString |
xgetFormat()
Gets (as xml) the "format" element
|
org.apache.xmlbeans.XmlInt |
xgetMax()
Gets (as xml) the "max" element
|
org.apache.xmlbeans.XmlInt |
xgetMin()
Gets (as xml) the "min" element
|
void |
xsetFormat(org.apache.xmlbeans.XmlString format)
Sets (as xml) the "format" element
|
void |
xsetMax(org.apache.xmlbeans.XmlInt max)
Sets (as xml) the "max" element
|
void |
xsetMin(org.apache.xmlbeans.XmlInt min)
Sets (as xml) the "min" element
|
changeType, compareTo, compareValue, 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
String getFormat()
org.apache.xmlbeans.XmlString xgetFormat()
void setFormat(String format)
void xsetFormat(org.apache.xmlbeans.XmlString format)
int getMin()
org.apache.xmlbeans.XmlInt xgetMin()
void setMin(int min)
void xsetMin(org.apache.xmlbeans.XmlInt min)
int getMax()
org.apache.xmlbeans.XmlInt xgetMax()
void setMax(int max)
void xsetMax(org.apache.xmlbeans.XmlInt max)
Copyright © 2014. All Rights Reserved.