public interface WSAHeaderType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
AttributedURIType |
getAction()
Returns the value of the 'Action' containment reference
|
EndpointReferenceType |
getFaultTo()
Returns the value of the 'Fault To' containment reference
|
EndpointReferenceType |
getFrom()
Returns the value of the 'From' containment reference
|
AttributedURIType |
getMessageID()
Returns the value of the 'Message ID' containment reference
|
ReferenceParametersType |
getReferenceParameters()
Returns the value of the 'Reference Parameters' containment reference
|
java.util.List<RelatesToType> |
getRelatesTo()
Returns the value of the 'Relates To' containment reference list.
|
EndpointReferenceType |
getReplyTo()
Returns the value of the 'Reply To' containment reference
|
AttributedURIType |
getTo()
Returns the value of the 'To' containment reference
|
WSASchemaType |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isSetVersion()
Returns whether the value of the '
Version ' attribute is set |
void |
setAction(AttributedURIType value)
Sets the value of the '
Action ' containment reference |
void |
setFaultTo(EndpointReferenceType value)
Sets the value of the '
Fault To ' containment reference |
void |
setFrom(EndpointReferenceType value)
Sets the value of the '
From ' containment reference |
void |
setMessageID(AttributedURIType value)
Sets the value of the '
Message ID ' containment reference |
void |
setReferenceParameters(ReferenceParametersType value)
Sets the value of the '
Reference Parameters ' containment reference |
void |
setReplyTo(EndpointReferenceType value)
Sets the value of the '
Reply To ' containment reference |
void |
setTo(AttributedURIType value)
Sets the value of the '
To ' containment reference |
void |
setVersion(WSASchemaType value)
Sets the value of the '
Version ' attribute |
void |
unsetVersion()
Unsets the value of the '
Version ' attribute |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
AttributedURIType getTo()
setTo(AttributedURIType)
void setTo(AttributedURIType value)
To
' containment reference.
value
- the new value of the 'To' containment reference.getTo()
ReferenceParametersType getReferenceParameters()
setReferenceParameters(ReferenceParametersType)
void setReferenceParameters(ReferenceParametersType value)
Reference Parameters
' containment reference.
value
- the new value of the 'Reference Parameters' containment reference.getReferenceParameters()
EndpointReferenceType getFrom()
setFrom(EndpointReferenceType)
void setFrom(EndpointReferenceType value)
From
' containment reference.
value
- the new value of the 'From' containment reference.getFrom()
EndpointReferenceType getReplyTo()
setReplyTo(EndpointReferenceType)
void setReplyTo(EndpointReferenceType value)
Reply To
' containment reference.
value
- the new value of the 'Reply To' containment reference.getReplyTo()
EndpointReferenceType getFaultTo()
setFaultTo(EndpointReferenceType)
void setFaultTo(EndpointReferenceType value)
Fault To
' containment reference.
value
- the new value of the 'Fault To' containment reference.getFaultTo()
AttributedURIType getAction()
setAction(AttributedURIType)
void setAction(AttributedURIType value)
Action
' containment reference.
value
- the new value of the 'Action' containment reference.getAction()
AttributedURIType getMessageID()
setMessageID(AttributedURIType)
void setMessageID(AttributedURIType value)
Message ID
' containment reference.
value
- the new value of the 'Message ID' containment reference.getMessageID()
java.util.List<RelatesToType> getRelatesTo()
RelatesToType
.
WSASchemaType getVersion()
"http://www.w3.org/2005/08/addressing"
.
The literals are from the enumeration WSASchemaType
.
WSASchemaType
,
isSetVersion()
,
unsetVersion()
,
setVersion(WSASchemaType)
void setVersion(WSASchemaType value)
Version
' attribute.
value
- the new value of the 'Version' attribute.WSASchemaType
,
isSetVersion()
,
unsetVersion()
,
getVersion()
void unsetVersion()
Version
' attribute.
isSetVersion()
,
getVersion()
,
setVersion(WSASchemaType)
boolean isSetVersion()
Version
' attribute is set.
unsetVersion()
,
getVersion()
,
setVersion(WSASchemaType)