|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activesoap.policy.addressing.AnyAttributeSupport
org.codehaus.activesoap.policy.addressing.EndpointReferenceType
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 |
public static final QName Address_QNAME
public static final QName ReferenceProperties_QNAME
public static final QName PortType_QNAME
public static final QName ServiceName_QNAME
protected AttributedURI address
protected ReferencePropertiesType referenceProperties
protected AttributedQName portType
protected ServiceNameType serviceName
protected List any
Constructor Detail |
public EndpointReferenceType()
Method Detail |
public AttributedURI getAddress()
AttributedURI
public void setAddress(AttributedURI value)
value
- allowed object is
AttributedURI
public ReferencePropertiesType getReferenceProperties()
ReferencePropertiesType
public void setReferenceProperties(ReferencePropertiesType value)
value
- allowed object is
ReferencePropertiesType
public AttributedQName getPortType()
AttributedQName
public void setPortType(AttributedQName value)
value
- allowed object is
AttributedQName
public ServiceNameType getServiceName()
ServiceNameType
public void setServiceName(ServiceNameType value)
value
- allowed object is
ServiceNameType
protected List _getAny()
public List getAny()
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 putValue(NamespaceContext namespaceContext, String value)
putValue
in interface AnyAttribute
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 |