be.vlaanderen.mercurius.vsb.schemas.v1
Class RetryResponseType

java.lang.Object
  extended by be.vlaanderen.mercurius.vsb.schemas.v1.RetryResponseType
All Implemented Interfaces:
Serializable

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

Java class for RetryResponseType complex type.

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

 <complexType name="RetryResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Retry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RetryResponseType()
           
 
Method Summary
 Boolean isRetry()
          Gets the value of the retry property.
 void setRetry(Boolean value)
          Sets the value of the retry property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryResponseType

public RetryResponseType()
Method Detail

isRetry

public Boolean isRetry()
Gets the value of the retry property.

Returns:
possible object is Boolean

setRetry

public void setRetry(Boolean value)
Sets the value of the retry property.

Parameters:
value - allowed object is Boolean



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