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