|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mycarenet.commons.core.v2.RequestType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:45:17+02:00", comments="JAXB RI v2.2.11") public class RequestType
Information about the request.
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="IsTest" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RequestType()
|
Method Summary | |
---|---|
boolean |
isIsTest()
Gets the value of the isTest property. |
void |
setIsTest(boolean value)
Sets the value of the isTest property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestType()
Method Detail |
---|
public boolean isIsTest()
public void setIsTest(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |