|
|||||||||||
| 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()
AttributedURIpublic void setAddress(AttributedURI value)
value - allowed object is
AttributedURIpublic ReferencePropertiesType getReferenceProperties()
ReferencePropertiesTypepublic void setReferenceProperties(ReferencePropertiesType value)
value - allowed object is
ReferencePropertiesTypepublic AttributedQName getPortType()
AttributedQNamepublic void setPortType(AttributedQName value)
value - allowed object is
AttributedQNamepublic ServiceNameType getServiceName()
ServiceNameTypepublic void setServiceName(ServiceNameType value)
value - allowed object is
ServiceNameTypeprotected 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 ElementContentXMLStreamException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||