org.codehaus.activesoap.policy.addressing
Class ReferencePropertiesType

java.lang.Object
  extended byorg.codehaus.activesoap.policy.addressing.ReferencePropertiesType
All Implemented Interfaces:
AnyContent, ElementContent

public class ReferencePropertiesType
extends Object
implements AnyContent


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

any

protected List any
Constructor Detail

ReferencePropertiesType

public ReferencePropertiesType()
Method Detail

_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-2007 LogicBlaze, Inc.. All Rights Reserved.