|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activesoap.policy.addressing.ReferencePropertiesType
Field Summary | |
protected List |
any
|
Constructor Summary | |
ReferencePropertiesType()
|
Method Summary | |
protected List |
_getAny()
|
List |
getAny()
Gets the value of the any property. |
void |
writeContent(AnyElementMarshaler marshaler,
XMLStreamWriter out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected List any
Constructor Detail |
public ReferencePropertiesType()
Method Detail |
protected List _getAny()
public List getAny()
AnyContent
set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
Element
Object
getAny
in interface AnyContent
public void writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out) throws XMLStreamException
writeContent
in interface ElementContent
XMLStreamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |