be.fgov.ehealth.commons.protocol.v2
Class ResponseType

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.ResponseType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GetExistingApplicationIdsResponse, PaginationResponseType, SendResponseType, SendResponseType, StatusResponseType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-09-28T09:37:45+02:00",
           comments="JAXB RI v2.2.11")
public class ResponseType
extends Object
implements Serializable

Basic eHealth SOA Response Type. EHealth Service Responses SHOULD extend from this element.

Java class for ResponseType complex type.

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

 <complexType name="ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="InResponseTo" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ResponseType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getInResponseTo()
          Gets the value of the inResponseTo property.
 org.joda.time.DateTime getIssueInstant()
          Gets the value of the issueInstant property.
 void setId(String value)
          Sets the value of the id property.
 void setInResponseTo(String value)
          Sets the value of the inResponseTo property.
 void setIssueInstant(org.joda.time.DateTime value)
          Sets the value of the issueInstant property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseType

public ResponseType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getInResponseTo

public String getInResponseTo()
Gets the value of the inResponseTo property.

Returns:
possible object is String

setInResponseTo

public void setInResponseTo(String value)
Sets the value of the inResponseTo property.

Parameters:
value - allowed object is String

getIssueInstant

public org.joda.time.DateTime getIssueInstant()
Gets the value of the issueInstant property.

Returns:
possible object is String

setIssueInstant

public void setIssueInstant(org.joda.time.DateTime value)
Sets the value of the issueInstant property.

Parameters:
value - allowed object is String



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.