Package eu.openaire.oaf.model.base
Class LabeledIdElementType
- java.lang.Object
-
- eu.openaire.oaf.model.base.LabeledIdElementType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CategoryType,ConceptType,ContextType
public class LabeledIdElementType extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LabeledIdElementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetLabel()Gets the value of the label property.voidsetId(String value)Sets the value of the id property.voidsetLabel(String value)Sets the value of the label property.
-