public class Claim extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Input"/>
<element ref="{}Output"/>
<element ref="{}Details"/>
<element ref="{}Options"/>
</sequence>
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Details |
details |
protected String |
id |
protected Input |
input |
protected Options |
options |
protected Output |
output |
| Constructor and Description |
|---|
Claim() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Details |
getDetails()
Gets the value of the details property.
|
String |
getId()
Gets the value of the id property.
|
Input |
getInput()
Gets the value of the input property.
|
Options |
getOptions()
Gets the value of the options property.
|
Output |
getOutput()
Gets the value of the output property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDetails(Details value)
Sets the value of the details property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInput(Input value)
Sets the value of the input property.
|
void |
setOptions(Options value)
Sets the value of the options property.
|
void |
setOutput(Output value)
Sets the value of the output property.
|
protected Input input
protected Output output
protected Details details
protected Options options
protected String description
protected String id
public Input getInput()
Inputpublic void setInput(Input value)
value - allowed object is
Inputpublic Output getOutput()
Outputpublic void setOutput(Output value)
value - allowed object is
Outputpublic Details getDetails()
Detailspublic void setDetails(Details value)
value - allowed object is
Detailspublic Options getOptions()
Optionspublic void setOptions(Options value)
value - allowed object is
Optionspublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
StringCopyright © 2022. All rights reserved.