Package eu.openaire.oaf
Class LabeledIdElementType
java.lang.Object
eu.openaire.oaf.LabeledIdElementType
- Direct Known Subclasses:
CategoryType,ConceptType,ContextType
Java class for labeledIdElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="labeledIdElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
label
-
-
Constructor Details
-
LabeledIdElementType
public LabeledIdElementType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-