|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EndpointReferenceType
An XML EndpointReferenceType(@http://schemas.xmlsoap.org/ws/2004/08/addressing). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
EndpointReferenceType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
AttributedURI |
addNewAddress()
Appends and returns a new empty "Address" element |
AttributedQName |
addNewPortType()
Appends and returns a new empty "PortType" element |
ReferenceParametersType |
addNewReferenceParameters()
Appends and returns a new empty "ReferenceParameters" element |
ReferencePropertiesType |
addNewReferenceProperties()
Appends and returns a new empty "ReferenceProperties" element |
ServiceNameType |
addNewServiceName()
Appends and returns a new empty "ServiceName" element |
AttributedURI |
getAddress()
Gets the "Address" element |
AttributedQName |
getPortType()
Gets the "PortType" element |
ReferenceParametersType |
getReferenceParameters()
Gets the "ReferenceParameters" element |
ReferencePropertiesType |
getReferenceProperties()
Gets the "ReferenceProperties" element |
ServiceNameType |
getServiceName()
Gets the "ServiceName" element |
boolean |
isSetPortType()
True if has "PortType" element |
boolean |
isSetReferenceParameters()
True if has "ReferenceParameters" element |
boolean |
isSetReferenceProperties()
True if has "ReferenceProperties" element |
boolean |
isSetServiceName()
True if has "ServiceName" element |
void |
setAddress(AttributedURI address)
Sets the "Address" element |
void |
setPortType(AttributedQName portType)
Sets the "PortType" element |
void |
setReferenceParameters(ReferenceParametersType referenceParameters)
Sets the "ReferenceParameters" element |
void |
setReferenceProperties(ReferencePropertiesType referenceProperties)
Sets the "ReferenceProperties" element |
void |
setServiceName(ServiceNameType serviceName)
Sets the "ServiceName" element |
void |
unsetPortType()
Unsets the "PortType" element |
void |
unsetReferenceParameters()
Unsets the "ReferenceParameters" element |
void |
unsetReferenceProperties()
Unsets the "ReferenceProperties" element |
void |
unsetServiceName()
Unsets the "ServiceName" element |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
|---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
| Field Detail |
|---|
static final SchemaType type
| Method Detail |
|---|
AttributedURI getAddress()
void setAddress(AttributedURI address)
AttributedURI addNewAddress()
ReferencePropertiesType getReferenceProperties()
boolean isSetReferenceProperties()
void setReferenceProperties(ReferencePropertiesType referenceProperties)
ReferencePropertiesType addNewReferenceProperties()
void unsetReferenceProperties()
ReferenceParametersType getReferenceParameters()
boolean isSetReferenceParameters()
void setReferenceParameters(ReferenceParametersType referenceParameters)
ReferenceParametersType addNewReferenceParameters()
void unsetReferenceParameters()
AttributedQName getPortType()
boolean isSetPortType()
void setPortType(AttributedQName portType)
AttributedQName addNewPortType()
void unsetPortType()
ServiceNameType getServiceName()
boolean isSetServiceName()
void setServiceName(ServiceNameType serviceName)
ServiceNameType addNewServiceName()
void unsetServiceName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||