|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.structure.ISOConceptReferenceType
public class ISOConceptReferenceType
ISOConceptReferenceType provides a reference to and ISO 11179 concept.
Java class for ISOConceptReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ISOConceptReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConceptAgency" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ConceptSchemeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ConceptID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
conceptAgency
|
protected String |
conceptID
|
protected String |
conceptSchemeID
|
| Constructor Summary | |
|---|---|
ISOConceptReferenceType()
|
|
| Method Summary | |
|---|---|
String |
getConceptAgency()
Gets the value of the conceptAgency property. |
String |
getConceptID()
Gets the value of the conceptID property. |
String |
getConceptSchemeID()
Gets the value of the conceptSchemeID property. |
void |
setConceptAgency(String value)
Sets the value of the conceptAgency property. |
void |
setConceptID(String value)
Sets the value of the conceptID property. |
void |
setConceptSchemeID(String value)
Sets the value of the conceptSchemeID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String conceptAgency
protected String conceptSchemeID
protected String conceptID
| Constructor Detail |
|---|
public ISOConceptReferenceType()
| Method Detail |
|---|
public String getConceptAgency()
Stringpublic void setConceptAgency(String value)
value - allowed object is
Stringpublic String getConceptSchemeID()
Stringpublic void setConceptSchemeID(String value)
value - allowed object is
Stringpublic String getConceptID()
Stringpublic void setConceptID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||