public class

RestBoolean

extends Object
java.lang.Object
   ↳ com.coupa.resources.RestBoolean

Class Overview

Java class for restBoolean complex type.

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

 <complexType name="restBoolean">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>boolean">
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="boolean" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Fields
protected String type
protected boolean value
Public Constructors
RestBoolean()
Public Methods
String getType()
Gets the value of the type property.
boolean isValue()
Gets the value of the value property.
void setType(String value)
Sets the value of the type property.
void setValue(boolean value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String type

protected boolean value

Public Constructors

public RestBoolean ()

Public Methods

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public boolean isValue ()

Gets the value of the value property.

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setValue (boolean value)

Sets the value of the value property.

Parameters
value