Package be.recipe.services.prescriber
Class ListRidsHistory
- java.lang.Object
-
- be.recipe.services.prescriber.ListRidsHistory
-
public class ListRidsHistory extends Object
Java class for listRidsHistory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRidsHistory"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ListRidsHistoryParamSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="SecurityToken" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="ProgramIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Mguid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listRidsHistoryParamSealedprotected Stringmguidprotected StringprogramIdentificationprotected JAXBElement<Object>securityToken
-
Constructor Summary
Constructors Constructor Description ListRidsHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListRidsHistoryParamSealed()Gets the value of the listRidsHistoryParamSealed property.StringgetMguid()Gets the value of the mguid property.StringgetProgramIdentification()Gets the value of the programIdentification property.JAXBElement<Object>getSecurityToken()Gets the value of the securityToken property.voidsetListRidsHistoryParamSealed(byte[] value)Sets the value of the listRidsHistoryParamSealed property.voidsetMguid(String value)Sets the value of the mguid property.voidsetProgramIdentification(String value)Sets the value of the programIdentification property.voidsetSecurityToken(JAXBElement<Object> value)Sets the value of the securityToken property.
-
-
-
Field Detail
-
listRidsHistoryParamSealed
protected byte[] listRidsHistoryParamSealed
-
securityToken
protected JAXBElement<Object> securityToken
-
programIdentification
protected String programIdentification
-
mguid
protected String mguid
-
-
Method Detail
-
getListRidsHistoryParamSealed
public byte[] getListRidsHistoryParamSealed()
Gets the value of the listRidsHistoryParamSealed property.- Returns:
- possible object is byte[]
-
setListRidsHistoryParamSealed
public void setListRidsHistoryParamSealed(byte[] value)
Sets the value of the listRidsHistoryParamSealed property.- Parameters:
value- allowed object is byte[]
-
getSecurityToken
public JAXBElement<Object> getSecurityToken()
Gets the value of the securityToken property.- Returns:
- possible object is
JAXBElement<Object>
-
setSecurityToken
public void setSecurityToken(JAXBElement<Object> value)
Sets the value of the securityToken property.- Parameters:
value- allowed object isJAXBElement<Object>
-
getProgramIdentification
public String getProgramIdentification()
Gets the value of the programIdentification property.- Returns:
- possible object is
String
-
setProgramIdentification
public void setProgramIdentification(String value)
Sets the value of the programIdentification property.- Parameters:
value- allowed object isString
-
getMguid
public String getMguid()
Gets the value of the mguid property.- Returns:
- possible object is
String
-
-