public interface ValueCollectionType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueCollectionType.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 |
|---|---|
AdditionalValuesDocument.AdditionalValues |
addNewAdditionalValues()
Appends and returns a new empty "additionalValues" element
|
MemberPropertyType |
addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
|
TruncatedResponseDocument.TruncatedResponse |
addNewTruncatedResponse()
Appends and returns a new empty "truncatedResponse" element
|
AdditionalValuesDocument.AdditionalValues |
getAdditionalValues()
Gets the "additionalValues" element
|
MemberPropertyType[] |
getMemberArray()
Gets array of all "member" elements
|
MemberPropertyType |
getMemberArray(int i)
Gets ith "member" element
|
String |
getNext()
Gets the "next" attribute
|
Object |
getNumberMatched()
Gets the "numberMatched" attribute
|
BigInteger |
getNumberReturned()
Gets the "numberReturned" attribute
|
String |
getPrevious()
Gets the "previous" attribute
|
Calendar |
getTimeStamp()
Gets the "timeStamp" attribute
|
TruncatedResponseDocument.TruncatedResponse |
getTruncatedResponse()
Gets the "truncatedResponse" element
|
MemberPropertyType |
insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
|
boolean |
isSetAdditionalValues()
True if has "additionalValues" element
|
boolean |
isSetNext()
True if has "next" attribute
|
boolean |
isSetPrevious()
True if has "previous" attribute
|
boolean |
isSetTruncatedResponse()
True if has "truncatedResponse" element
|
void |
removeMember(int i)
Removes the ith "member" element
|
void |
setAdditionalValues(AdditionalValuesDocument.AdditionalValues additionalValues)
Sets the "additionalValues" element
|
void |
setMemberArray(int i,
MemberPropertyType member)
Sets ith "member" element
|
void |
setMemberArray(MemberPropertyType[] memberArray)
Sets array of all "member" element
|
void |
setNext(String next)
Sets the "next" attribute
|
void |
setNumberMatched(Object numberMatched)
Sets the "numberMatched" attribute
|
void |
setNumberReturned(BigInteger numberReturned)
Sets the "numberReturned" attribute
|
void |
setPrevious(String previous)
Sets the "previous" attribute
|
void |
setTimeStamp(Calendar timeStamp)
Sets the "timeStamp" attribute
|
void |
setTruncatedResponse(TruncatedResponseDocument.TruncatedResponse truncatedResponse)
Sets the "truncatedResponse" element
|
int |
sizeOfMemberArray()
Returns number of "member" element
|
void |
unsetAdditionalValues()
Unsets the "additionalValues" element
|
void |
unsetNext()
Unsets the "next" attribute
|
void |
unsetPrevious()
Unsets the "previous" attribute
|
void |
unsetTruncatedResponse()
Unsets the "truncatedResponse" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetNext()
Gets (as xml) the "next" attribute
|
NonNegativeIntegerOrUnknown |
xgetNumberMatched()
Gets (as xml) the "numberMatched" attribute
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetNumberReturned()
Gets (as xml) the "numberReturned" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetPrevious()
Gets (as xml) the "previous" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetTimeStamp()
Gets (as xml) the "timeStamp" attribute
|
void |
xsetNext(org.apache.xmlbeans.XmlAnyURI next)
Sets (as xml) the "next" attribute
|
void |
xsetNumberMatched(NonNegativeIntegerOrUnknown numberMatched)
Sets (as xml) the "numberMatched" attribute
|
void |
xsetNumberReturned(org.apache.xmlbeans.XmlNonNegativeInteger numberReturned)
Sets (as xml) the "numberReturned" attribute
|
void |
xsetPrevious(org.apache.xmlbeans.XmlAnyURI previous)
Sets (as xml) the "previous" attribute
|
void |
xsetTimeStamp(org.apache.xmlbeans.XmlDateTime timeStamp)
Sets (as xml) the "timeStamp" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextMemberPropertyType[] getMemberArray()
MemberPropertyType getMemberArray(int i)
int sizeOfMemberArray()
void setMemberArray(MemberPropertyType[] memberArray)
void setMemberArray(int i,
MemberPropertyType member)
MemberPropertyType insertNewMember(int i)
MemberPropertyType addNewMember()
void removeMember(int i)
AdditionalValuesDocument.AdditionalValues getAdditionalValues()
boolean isSetAdditionalValues()
void setAdditionalValues(AdditionalValuesDocument.AdditionalValues additionalValues)
AdditionalValuesDocument.AdditionalValues addNewAdditionalValues()
void unsetAdditionalValues()
TruncatedResponseDocument.TruncatedResponse getTruncatedResponse()
boolean isSetTruncatedResponse()
void setTruncatedResponse(TruncatedResponseDocument.TruncatedResponse truncatedResponse)
TruncatedResponseDocument.TruncatedResponse addNewTruncatedResponse()
void unsetTruncatedResponse()
Calendar getTimeStamp()
org.apache.xmlbeans.XmlDateTime xgetTimeStamp()
void setTimeStamp(Calendar timeStamp)
void xsetTimeStamp(org.apache.xmlbeans.XmlDateTime timeStamp)
Object getNumberMatched()
NonNegativeIntegerOrUnknown xgetNumberMatched()
void setNumberMatched(Object numberMatched)
void xsetNumberMatched(NonNegativeIntegerOrUnknown numberMatched)
BigInteger getNumberReturned()
org.apache.xmlbeans.XmlNonNegativeInteger xgetNumberReturned()
void setNumberReturned(BigInteger numberReturned)
void xsetNumberReturned(org.apache.xmlbeans.XmlNonNegativeInteger numberReturned)
String getNext()
org.apache.xmlbeans.XmlAnyURI xgetNext()
boolean isSetNext()
void setNext(String next)
void xsetNext(org.apache.xmlbeans.XmlAnyURI next)
void unsetNext()
String getPrevious()
org.apache.xmlbeans.XmlAnyURI xgetPrevious()
boolean isSetPrevious()
void setPrevious(String previous)
void xsetPrevious(org.apache.xmlbeans.XmlAnyURI previous)
void unsetPrevious()
Copyright © 2016 52north.org. All rights reserved.