public static interface PartsConfig.Part
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
PartsConfig.Part.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 |
---|---|
void |
addContentType(String contentType)
Appends the value as the last "contentType" element
|
org.apache.xmlbeans.XmlString |
addNewContentType()
Appends and returns a new empty value (as xml) as the last "contentType" element
|
String[] |
getContentTypeArray()
Deprecated.
|
String |
getContentTypeArray(int i)
Gets ith "contentType" element
|
List<String> |
getContentTypeList()
Gets a List of "contentType" elements
|
String |
getName()
Gets the "name" attribute
|
void |
insertContentType(int i,
String contentType)
Inserts the value as the ith "contentType" element
|
org.apache.xmlbeans.XmlString |
insertNewContentType(int i)
Inserts and returns a new empty value (as xml) as the ith "contentType" element
|
boolean |
isSetName()
True if has "name" attribute
|
void |
removeContentType(int i)
Removes the ith "contentType" element
|
void |
setContentTypeArray(int i,
String contentType)
Sets ith "contentType" element
|
void |
setContentTypeArray(String[] contentTypeArray)
Sets array of all "contentType" element
|
void |
setName(String name)
Sets the "name" attribute
|
int |
sizeOfContentTypeArray()
Returns number of "contentType" element
|
void |
unsetName()
Unsets the "name" attribute
|
org.apache.xmlbeans.XmlString[] |
xgetContentTypeArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetContentTypeArray(int i)
Gets (as xml) ith "contentType" element
|
List<org.apache.xmlbeans.XmlString> |
xgetContentTypeList()
Gets (as xml) a List of "contentType" elements
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetContentTypeArray(int i,
org.apache.xmlbeans.XmlString contentType)
Sets (as xml) ith "contentType" element
|
void |
xsetContentTypeArray(org.apache.xmlbeans.XmlString[] contentTypeArray)
Sets (as xml) array of all "contentType" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" 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
String[] getContentTypeArray()
String getContentTypeArray(int i)
List<org.apache.xmlbeans.XmlString> xgetContentTypeList()
org.apache.xmlbeans.XmlString[] xgetContentTypeArray()
org.apache.xmlbeans.XmlString xgetContentTypeArray(int i)
int sizeOfContentTypeArray()
void setContentTypeArray(String[] contentTypeArray)
void setContentTypeArray(int i, String contentType)
void xsetContentTypeArray(org.apache.xmlbeans.XmlString[] contentTypeArray)
void xsetContentTypeArray(int i, org.apache.xmlbeans.XmlString contentType)
void insertContentType(int i, String contentType)
void addContentType(String contentType)
org.apache.xmlbeans.XmlString insertNewContentType(int i)
org.apache.xmlbeans.XmlString addNewContentType()
void removeContentType(int i)
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Copyright © 2019. All Rights Reserved.