public class ReferenceParameterList extends AbstractList<Element>
MessageContext.REFERENCE_PARAMETERS
modCount
Constructor and Description |
---|
ReferenceParameterList() |
ReferenceParameterList(org.apache.axiom.soap.SOAPHeader header) |
Modifier and Type | Method and Description |
---|---|
Element |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
public ReferenceParameterList()
public ReferenceParameterList(org.apache.axiom.soap.SOAPHeader header)
public Element get(int index)
public int size()
size
in interface Collection<Element>
size
in interface List<Element>
size
in class AbstractCollection<Element>
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.