public interface StringSenderSpec
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
PropertySpec |
addNew
Appends and returns a new empty value (as xml) as the last "property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
StringSenderSpec.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 |
---|---|
PropertySpec |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertySpec[] |
getPropertyArray()
Gets array of all "property" elements
|
PropertySpec |
getPropertyArray(int i)
Gets ith "property" element
|
String |
getStringSenderClass()
Gets the "stringSenderClass" attribute
|
PropertySpec |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
boolean |
isSetStringSenderClass()
True if has "stringSenderClass" attribute
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
setPropertyArray(int i,
PropertySpec property)
Sets ith "property" element
|
void |
setPropertyArray(PropertySpec[] propertyArray)
Sets array of all "property" element
|
void |
setStringSenderClass(String stringSenderClass)
Sets the "stringSenderClass" attribute
|
int |
sizeOfPropertyArray()
Returns number of "property" element
|
void |
unsetStringSenderClass()
Unsets the "stringSenderClass" attribute
|
org.apache.xmlbeans.XmlString |
xgetStringSenderClass()
Gets (as xml) the "stringSenderClass" attribute
|
void |
xsetStringSenderClass(org.apache.xmlbeans.XmlString stringSenderClass)
Sets (as xml) the "stringSenderClass" attribute
|
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
PropertySpec addNewProperty
PropertySpec[] getPropertyArray()
PropertySpec getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(PropertySpec[] propertyArray)
void setPropertyArray(int i, PropertySpec property)
PropertySpec insertNewProperty(int i)
PropertySpec addNewProperty()
void removeProperty(int i)
String getStringSenderClass()
org.apache.xmlbeans.XmlString xgetStringSenderClass()
boolean isSetStringSenderClass()
void setStringSenderClass(String stringSenderClass)
void xsetStringSenderClass(org.apache.xmlbeans.XmlString stringSenderClass)
void unsetStringSenderClass()
Copyright © 2014. All Rights Reserved.