org.codehaus.activesoap.policy.addressing
Class EndpointReferenceType

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

public class EndpointReferenceType
extends AnyAttributeSupport
implements AnyContent


Field Summary
protected  AttributedURI address
           
static QName Address_QNAME
           
protected  List any
           
protected  AttributedQName portType
           
static QName PortType_QNAME
           
protected  ReferencePropertiesType referenceProperties
           
static QName ReferenceProperties_QNAME
           
protected  ServiceNameType serviceName
           
static QName ServiceName_QNAME
           
 
Constructor Summary
EndpointReferenceType()
           
 
Method Summary
protected  List _getAny()
           
 AttributedURI getAddress()
          Gets the value of the address property.
 List getAny()
          Gets the value of the any property.
 AttributedQName getPortType()
          Gets the value of the portType property.
 ReferencePropertiesType getReferenceProperties()
          Gets the value of the referenceProperties property.
 ServiceNameType getServiceName()
          Gets the value of the serviceName property.
 void putValue(NamespaceContext namespaceContext, String value)
           
 void setAddress(AttributedURI value)
          Sets the value of the address property.
 void setPortType(AttributedQName value)
          Sets the value of the portType property.
 void setReferenceProperties(ReferencePropertiesType value)
          Sets the value of the referenceProperties property.
 void setServiceName(ServiceNameType value)
          Sets the value of the serviceName property.
 void writeContent(AnyElementMarshaler marshaler, XMLStreamWriter out)
           
 
Methods inherited from class org.codehaus.activesoap.policy.addressing.AnyAttributeSupport
getOtherAttributes, putAttributeValue, writeAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Address_QNAME

public static final QName Address_QNAME

ReferenceProperties_QNAME

public static final QName ReferenceProperties_QNAME

PortType_QNAME

public static final QName PortType_QNAME

ServiceName_QNAME

public static final QName ServiceName_QNAME

address

protected AttributedURI address

referenceProperties

protected ReferencePropertiesType referenceProperties

portType

protected AttributedQName portType

serviceName

protected ServiceNameType serviceName

any

protected List any
Constructor Detail

EndpointReferenceType

public EndpointReferenceType()
Method Detail

getAddress

public AttributedURI getAddress()
Gets the value of the address property.

Returns:
possible object is AttributedURI

setAddress

public void setAddress(AttributedURI value)
Sets the value of the address property.

Parameters:
value - allowed object is AttributedURI

getReferenceProperties

public ReferencePropertiesType getReferenceProperties()
Gets the value of the referenceProperties property.

Returns:
possible object is ReferencePropertiesType

setReferenceProperties

public void setReferenceProperties(ReferencePropertiesType value)
Sets the value of the referenceProperties property.

Parameters:
value - allowed object is ReferencePropertiesType

getPortType

public AttributedQName getPortType()
Gets the value of the portType property.

Returns:
possible object is AttributedQName

setPortType

public void setPortType(AttributedQName value)
Sets the value of the portType property.

Parameters:
value - allowed object is AttributedQName

getServiceName

public ServiceNameType getServiceName()
Gets the value of the serviceName property.

Returns:
possible object is ServiceNameType

setServiceName

public void setServiceName(ServiceNameType value)
Sets the value of the serviceName property.

Parameters:
value - allowed object is ServiceNameType

_getAny

protected List _getAny()

getAny

public List getAny()
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

putValue

public void putValue(NamespaceContext namespaceContext,
                     String value)
Specified by:
putValue in interface AnyAttribute

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.