|
||||||||||
| 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.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
public abstract class MaintainableType
MaintainableType is an abstract base type for all maintainable objects.
Java class for MaintainableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaintainableType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MaintainableBaseType">
<attGroup ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ExternalReferenceAttributeGroup"/>
<attribute name="agencyID" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}NestedNCNameIDType" />
<attribute name="isFinal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isExternalReference" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
agencyID
|
protected Boolean |
isExternalReference
|
protected Boolean |
isFinal
|
protected String |
serviceURL
|
protected String |
structureURL
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType |
|---|
validFrom, validTo, version |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
description, name |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
id, uri, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
MaintainableType()
|
|
| Method Summary | |
|---|---|
String |
getAgencyID()
Gets the value of the agencyID property. |
String |
getServiceURL()
Gets the value of the serviceURL property. |
String |
getStructureURL()
Gets the value of the structureURL property. |
boolean |
isIsExternalReference()
Gets the value of the isExternalReference property. |
boolean |
isIsFinal()
Gets the value of the isFinal property. |
void |
setAgencyID(String value)
Sets the value of the agencyID property. |
void |
setIsExternalReference(Boolean value)
Sets the value of the isExternalReference property. |
void |
setIsFinal(Boolean value)
Sets the value of the isFinal property. |
void |
setServiceURL(String value)
Sets the value of the serviceURL property. |
void |
setStructureURL(String value)
Sets the value of the structureURL property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType |
|---|
getValidFrom, getValidTo, getVersion, setValidFrom, setValidTo, setVersion |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
getDescription, getName |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
getId, getUri, getUrn, setId, setUri, setUrn |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String agencyID
protected Boolean isFinal
protected Boolean isExternalReference
protected String serviceURL
protected String structureURL
| Constructor Detail |
|---|
public MaintainableType()
| Method Detail |
|---|
public String getAgencyID()
Stringpublic void setAgencyID(String value)
value - allowed object is
Stringpublic boolean isIsFinal()
Booleanpublic void setIsFinal(Boolean value)
value - allowed object is
Booleanpublic boolean isIsExternalReference()
Booleanpublic void setIsExternalReference(Boolean value)
value - allowed object is
Booleanpublic String getServiceURL()
Stringpublic void setServiceURL(String value)
value - allowed object is
Stringpublic String getStructureURL()
Stringpublic void setStructureURL(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||