org.codehaus.activesoap.policy.addressing
Class ReferencePropertiesType
java.lang.Object
org.codehaus.activesoap.policy.addressing.ReferencePropertiesType
- All Implemented Interfaces:
- AnyContent, ElementContent
- public class ReferencePropertiesType
- extends Object
- implements AnyContent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
any
protected List any
ReferencePropertiesType
public ReferencePropertiesType()
_getAny
protected List _getAny()
getAny
public List getAny()
- Description copied from interface:
AnyContent
- Gets the value of the any property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a
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
- Specified by:
getAny in interface AnyContent
writeContent
public void writeContent(AnyElementMarshaler marshaler,
XMLStreamWriter out)
throws XMLStreamException
- Specified by:
writeContent in interface ElementContent
- Throws:
XMLStreamException
Copyright © 2004-2005 LogicBlaze, Inc.. All Rights Reserved.