au.net.electronichealth.ns.xsp.xsd.signedpayload._2010
Class SignedPayloadType

java.lang.Object
  extended by au.net.electronichealth.ns.xsp.xsd.signedpayload._2010.SignedPayloadType

public class SignedPayloadType
extends java.lang.Object

Java class for SignedPayloadType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignedPayloadType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="signatures" type="{http://ns.electronichealth.net.au/xsp/xsd/SignedPayload/2010}SignatureListType"/>
         <element name="signedPayloadData" type="{http://ns.electronichealth.net.au/xsp/xsd/SignedPayload/2010}SignedPayloadDataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SignatureListType signatures
           
protected  SignedPayloadDataType signedPayloadData
           
 
Constructor Summary
SignedPayloadType()
           
 
Method Summary
 SignatureListType getSignatures()
          Gets the value of the signatures property.
 SignedPayloadDataType getSignedPayloadData()
          Gets the value of the signedPayloadData property.
 void setSignatures(SignatureListType value)
          Sets the value of the signatures property.
 void setSignedPayloadData(SignedPayloadDataType value)
          Sets the value of the signedPayloadData property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signatures

protected SignatureListType signatures

signedPayloadData

protected SignedPayloadDataType signedPayloadData
Constructor Detail

SignedPayloadType

public SignedPayloadType()
Method Detail

getSignatures

public SignatureListType getSignatures()
Gets the value of the signatures property.

Returns:
possible object is SignatureListType

setSignatures

public void setSignatures(SignatureListType value)
Sets the value of the signatures property.

Parameters:
value - allowed object is SignatureListType

getSignedPayloadData

public SignedPayloadDataType getSignedPayloadData()
Gets the value of the signedPayloadData property.

Returns:
possible object is SignedPayloadDataType

setSignedPayloadData

public void setSignedPayloadData(SignedPayloadDataType value)
Sets the value of the signedPayloadData property.

Parameters:
value - allowed object is SignedPayloadDataType