public static interface RepresentationDocument.Representation
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RepresentationDocument.Representation.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 |
---|---|
DocDocument.Doc |
addNewDoc()
Appends and returns a new empty value (as xml) as the last "doc" element
|
ParamDocument.Param |
addNewParam()
Appends and returns a new empty value (as xml) as the last "param" element
|
DocDocument.Doc[] |
getDocArray()
Deprecated.
|
DocDocument.Doc |
getDocArray(int i)
Gets ith "doc" element
|
List<DocDocument.Doc> |
getDocList()
Gets a List of "doc" elements
|
QName |
getElement()
Gets the "element" attribute
|
String |
getHref()
Gets the "href" attribute
|
String |
getId()
Gets the "id" attribute
|
String |
getMediaType()
Gets the "mediaType" attribute
|
ParamDocument.Param[] |
getParamArray()
Deprecated.
|
ParamDocument.Param |
getParamArray(int i)
Gets ith "param" element
|
List<ParamDocument.Param> |
getParamList()
Gets a List of "param" elements
|
List |
getProfile()
Gets the "profile" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
ParamDocument.Param |
insertNewParam(int i)
Inserts and returns a new empty value (as xml) as the ith "param" element
|
boolean |
isSetElement()
True if has "element" attribute
|
boolean |
isSetHref()
True if has "href" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetMediaType()
True if has "mediaType" attribute
|
boolean |
isSetProfile()
True if has "profile" attribute
|
void |
removeDoc(int i)
Removes the ith "doc" element
|
void |
removeParam(int i)
Removes the ith "param" element
|
void |
setDocArray(DocDocument.Doc[] docArray)
Sets array of all "doc" element
|
void |
setDocArray(int i,
DocDocument.Doc doc)
Sets ith "doc" element
|
void |
setElement(QName element)
Sets the "element" attribute
|
void |
setHref(String href)
Sets the "href" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setMediaType(String mediaType)
Sets the "mediaType" attribute
|
void |
setParamArray(int i,
ParamDocument.Param param)
Sets ith "param" element
|
void |
setParamArray(ParamDocument.Param[] paramArray)
Sets array of all "param" element
|
void |
setProfile(List profile)
Sets the "profile" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
int |
sizeOfParamArray()
Returns number of "param" element
|
void |
unsetElement()
Unsets the "element" attribute
|
void |
unsetHref()
Unsets the "href" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetMediaType()
Unsets the "mediaType" attribute
|
void |
unsetProfile()
Unsets the "profile" attribute
|
org.apache.xmlbeans.XmlQName |
xgetElement()
Gets (as xml) the "element" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetHref()
Gets (as xml) the "href" attribute
|
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetMediaType()
Gets (as xml) the "mediaType" attribute
|
UriList |
xgetProfile()
Gets (as xml) the "profile" attribute
|
void |
xsetElement(org.apache.xmlbeans.XmlQName element)
Sets (as xml) the "element" attribute
|
void |
xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
|
void |
xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
Sets (as xml) the "mediaType" attribute
|
void |
xsetProfile(UriList profile)
Sets (as xml) the "profile" 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
List<DocDocument.Doc> getDocList()
DocDocument.Doc[] getDocArray()
DocDocument.Doc getDocArray(int i)
int sizeOfDocArray()
void setDocArray(DocDocument.Doc[] docArray)
void setDocArray(int i, DocDocument.Doc doc)
DocDocument.Doc insertNewDoc(int i)
DocDocument.Doc addNewDoc()
void removeDoc(int i)
List<ParamDocument.Param> getParamList()
ParamDocument.Param[] getParamArray()
ParamDocument.Param getParamArray(int i)
int sizeOfParamArray()
void setParamArray(ParamDocument.Param[] paramArray)
void setParamArray(int i, ParamDocument.Param param)
ParamDocument.Param insertNewParam(int i)
ParamDocument.Param addNewParam()
void removeParam(int i)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
QName getElement()
org.apache.xmlbeans.XmlQName xgetElement()
boolean isSetElement()
void setElement(QName element)
void xsetElement(org.apache.xmlbeans.XmlQName element)
void unsetElement()
String getMediaType()
org.apache.xmlbeans.XmlString xgetMediaType()
boolean isSetMediaType()
void setMediaType(String mediaType)
void xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
void unsetMediaType()
String getHref()
org.apache.xmlbeans.XmlAnyURI xgetHref()
boolean isSetHref()
void setHref(String href)
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
void unsetHref()
List getProfile()
UriList xgetProfile()
boolean isSetProfile()
void setProfile(List profile)
void xsetProfile(UriList profile)
void unsetProfile()
Copyright © 2019. All Rights Reserved.