public class ClaimField 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">
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Length" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Occurrence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Position" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Sequence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
length |
protected String |
name |
protected String |
occurrence |
protected String |
position |
protected String |
sequence |
protected String |
source |
protected String |
type |
| Constructor and Description |
|---|
ClaimField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getLength()
Gets the value of the length property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOccurrence()
Gets the value of the occurrence property.
|
String |
getPosition()
Gets the value of the position property.
|
String |
getSequence()
Gets the value of the sequence property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLength(String value)
Sets the value of the length property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOccurrence(String value)
Sets the value of the occurrence property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
void |
setSequence(String value)
Sets the value of the sequence property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String description
protected String length
protected String name
protected String occurrence
protected String position
protected String sequence
protected String source
protected String type
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getOccurrence()
Stringpublic void setOccurrence(String value)
value - allowed object is
Stringpublic String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic String getSequence()
Stringpublic void setSequence(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2022. All rights reserved.