Package be.recipe.services.prescriber
Class ListRidsHistoryResponse
- java.lang.Object
-
- be.recipe.services.prescriber.ListRidsHistoryResponse
-
public class ListRidsHistoryResponse extends Object
Java class for listRidsHistoryResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRidsHistoryResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ListRidsHistoryResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listRidsHistoryResultSealed
-
Constructor Summary
Constructors Constructor Description ListRidsHistoryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListRidsHistoryResultSealed()Gets the value of the listRidsHistoryResultSealed property.voidsetListRidsHistoryResultSealed(byte[] value)Sets the value of the listRidsHistoryResultSealed property.
-
-
-
Method Detail
-
getListRidsHistoryResultSealed
public byte[] getListRidsHistoryResultSealed()
Gets the value of the listRidsHistoryResultSealed property.- Returns:
- possible object is byte[]
-
setListRidsHistoryResultSealed
public void setListRidsHistoryResultSealed(byte[] value)
Sets the value of the listRidsHistoryResultSealed property.- Parameters:
value- allowed object is byte[]
-
-