be.fgov.ehealth.dics.protocol.v5
Class ValidateProductIdResponse

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.ResponseType
      extended by be.fgov.ehealth.dics.protocol.v5.ValidateProductIdResponse
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:55:13+02:00",
           comments="JAXB RI v2.2.11")
public class ValidateProductIdResponse
extends ResponseType
implements Serializable

Java class for ValidateProductIdResponseType complex type.

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

 <complexType name="ValidateProductIdResponseType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}ResponseType">
       <sequence>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ValidateProductIdResponse()
           
 
Method Summary
 String getCode()
          Gets the value of the code property.
 org.joda.time.DateTime getDate()
          Gets the value of the date property.
 void setCode(String value)
          Sets the value of the code property.
 void setDate(org.joda.time.DateTime value)
          Sets the value of the date property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateProductIdResponse

public ValidateProductIdResponse()
Method Detail

getDate

public org.joda.time.DateTime getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(org.joda.time.DateTime value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.