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()
Input
public void setInput(Input value)
value
- allowed object is
Input
public Output getOutput()
Output
public void setOutput(Output value)
value
- allowed object is
Output
public Details getDetails()
Details
public void setDetails(Details value)
value
- allowed object is
Details
public Options getOptions()
Options
public void setOptions(Options value)
value
- allowed object is
Options
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
Copyright © 2023. All rights reserved.