be.fgov.ehealth.commons.protocol.v2
Class AuthorRequestType
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.commons.protocol.v2.AuthorRequestType
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthorPaginationRequestType
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:20:03+02:00",
comments="JAXB RI v2.2.11")
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
AuthorRequestType
public AuthorRequestType()
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 Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.