public class ReferenceSetType extends Object
Java class for ReferenceSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceSetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="referenceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="referenceDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
referenceCode |
protected String |
referenceDescription |
| Constructor and Description |
|---|
ReferenceSetType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReferenceCode()
Gets the value of the referenceCode property.
|
String |
getReferenceDescription()
Gets the value of the referenceDescription property.
|
void |
setReferenceCode(String value)
Sets the value of the referenceCode property.
|
void |
setReferenceDescription(String value)
Sets the value of the referenceDescription property.
|
protected String referenceCode
protected String referenceDescription
public String getReferenceCode()
Stringpublic void setReferenceCode(String value)
value - allowed object is
Stringpublic String getReferenceDescription()
StringCopyright © 2021. All rights reserved.