Package org.apache.cxf.xkms.model.xkms
Class MessageAbstractType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
- Direct Known Subclasses:
RequestAbstractType,ResultType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<MessageExtensionAbstractType>protected byte[]protected OpaqueClientDataTypeprotected Stringprotected SignatureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the messageExtension property.byte[]getNonce()Gets the value of the nonce property.Gets the value of the opaqueClientData property.Gets the value of the service property.Gets the value of the signature property.voidSets the value of the id property.voidsetNonce(byte[] value) Sets the value of the nonce property.voidSets the value of the opaqueClientData property.voidsetService(String value) Sets the value of the service property.voidsetSignature(SignatureType value) Sets the value of the signature property.
-
Field Details
-
signature
-
messageExtension
-
opaqueClientData
-
id
-
service
-
nonce
protected byte[] nonce
-
-
Constructor Details
-
MessageAbstractType
public MessageAbstractType()
-
-
Method Details
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
getMessageExtension
Gets the value of the messageExtension property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getOpaqueClientData
Gets the value of the opaqueClientData property.- Returns:
- possible object is
OpaqueClientDataType
-
setOpaqueClientData
Sets the value of the opaqueClientData property.- Parameters:
value- allowed object isOpaqueClientDataType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getService
Gets the value of the service property.- Returns:
- possible object is
String
-
setService
Sets the value of the service property.- Parameters:
value- allowed object isString
-
getNonce
public byte[] getNonce()Gets the value of the nonce property.- Returns:
- possible object is byte[]
-
setNonce
public void setNonce(byte[] value) Sets the value of the nonce property.- Parameters:
value- allowed object is byte[]
-