public abstract class MessageAbstractType extends Object
Java class for MessageAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageAbstractType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}MessageExtension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}OpaqueClientData" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Service" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Nonce" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<MessageExtensionAbstractType> |
messageExtension |
protected byte[] |
nonce |
protected OpaqueClientDataType |
opaqueClientData |
protected String |
service |
protected SignatureType |
signature |
| Constructor and Description |
|---|
MessageAbstractType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<MessageExtensionAbstractType> |
getMessageExtension()
Gets the value of the messageExtension property.
|
byte[] |
getNonce()
Gets the value of the nonce property.
|
OpaqueClientDataType |
getOpaqueClientData()
Gets the value of the opaqueClientData property.
|
String |
getService()
Gets the value of the service property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNonce(byte[] value)
Sets the value of the nonce property.
|
void |
setOpaqueClientData(OpaqueClientDataType value)
Sets the value of the opaqueClientData property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
protected SignatureType signature
protected List<MessageExtensionAbstractType> messageExtension
protected OpaqueClientDataType opaqueClientData
protected String id
protected String service
protected byte[] nonce
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic List<MessageExtensionAbstractType> getMessageExtension()
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 messageExtension property.
For example, to add a new item, do as follows:
getMessageExtension().add(newItem);
Objects of the following type(s) are allowed in the list
MessageExtensionAbstractType
public OpaqueClientDataType getOpaqueClientData()
OpaqueClientDataTypepublic void setOpaqueClientData(OpaqueClientDataType value)
value - allowed object is
OpaqueClientDataTypepublic void setId(String value)
value - allowed object is
Stringpublic String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic byte[] getNonce()
public void setNonce(byte[] value)
value - allowed object is
byte[]Apache CXF