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

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.RequestType
      extended by be.fgov.ehealth.commons.protocol.v2.AuthorRequestType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthorPaginationRequestType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:09:04+02:00",
           comments="JAXB RI v2.2.6")
public class AuthorRequestType
extends RequestType
implements Serializable

eHealth SOA Request Type for Services that require an Author as input.

Java class for AuthorRequestType complex type.

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

 <complexType name="AuthorRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
       <sequence>
         <element name="Author" type="{urn:be:fgov:ehealth:commons:core:v2}AuthorType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AuthorRequestType()
           
 
Method Summary
 Author getAuthor()
          Gets the value of the author property.
 void setAuthor(Author value)
          Sets the value of the author property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType
getId, getIssueInstant, setId, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorRequestType

public AuthorRequestType()
Method Detail

getAuthor

public Author getAuthor()
Gets the value of the author property.

Returns:
possible object is Author

setAuthor

public void setAuthor(Author value)
Sets the value of the author property.

Parameters:
value - allowed object is Author



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.