public class Attribute extends Object
Java class for Attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attribute"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="info" type="{http://schemas.google.com/dspl/2010}Info" minOccurs="0"/> <element name="type" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}DataType" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <group ref="{http://schemas.google.com/dspl/2010}ValuesGroup" minOccurs="0"/> </sequence> <attribute name="id" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute name="concept" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Attribute.AttributeProperties |
static class |
Attribute.ConceptValue
Java class for anonymous complex type.
|
static class |
Attribute.Type
Java class for anonymous complex type.
|
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
Attribute.AttributeProperties |
getAttributeProperties() |
Concept |
getConcept() |
QName |
getConceptRef()
Gets the value of the conceptRef property.
|
Attribute.ConceptValue |
getConceptValue()
Gets the value of the conceptValue property.
|
String |
getId()
Gets the value of the id property.
|
Info |
getInfo()
Gets the value of the info property.
|
String |
getNameEnglish() |
Concept |
getParentConcept() |
Attribute.Type |
getType()
Gets the value of the type property.
|
List<Value> |
getValue()
Gets the value of the value property.
|
String |
getValueEnglish() |
void |
setConceptRef(QName value)
Sets the value of the conceptRef property.
|
void |
setConceptValue(Attribute.ConceptValue value)
Sets the value of the conceptValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(Info value)
Sets the value of the info property.
|
void |
setParentConcept(Concept parentConcept) |
void |
setType(Attribute.Type value)
Sets the value of the type property.
|
public void setInfo(Info value)
value
- allowed object is
Info
public Attribute.Type getType()
Attribute.Type
public void setType(Attribute.Type value)
value
- allowed object is
Attribute.Type
public List<Value> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Value
public Attribute.ConceptValue getConceptValue()
Attribute.ConceptValue
public void setConceptValue(Attribute.ConceptValue value)
value
- allowed object is
Attribute.ConceptValue
public void setId(String value)
value
- allowed object is
String
public QName getConceptRef()
QName
public void setConceptRef(QName value)
value
- allowed object is
QName
public Attribute.AttributeProperties getAttributeProperties() throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
public Concept getParentConcept()
public void setParentConcept(Concept parentConcept)
public Concept getConcept() throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
public String getNameEnglish()
public String getValueEnglish()
Copyright © 2016 Metron, Inc.. All rights reserved.