public class ConceptProperty extends Object
Java class for ConceptProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptProperty">
<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" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="id" type="{http://schemas.google.com/dspl/2010}LocalId" />
<attribute name="concept" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="isParent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isMapping" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ConceptProperty.Type
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ConceptProperty() |
| Modifier and Type | Method and Description |
|---|---|
Concept |
getConcept() |
QName |
getConceptRef()
Gets the value of the conceptRef property.
|
String |
getId()
Gets the value of the id property.
|
Info |
getInfo()
Gets the value of the info property.
|
Concept |
getParentConcept() |
ConceptProperty.Type |
getType()
Gets the value of the type property.
|
boolean |
isIsMapping()
Gets the value of the isMapping property.
|
boolean |
isIsParent()
Gets the value of the isParent property.
|
boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setConceptRef(QName value)
Sets the value of the conceptRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(Info value)
Sets the value of the info property.
|
void |
setIsMapping(Boolean value)
Sets the value of the isMapping property.
|
void |
setIsParent(Boolean value)
Sets the value of the isParent property.
|
void |
setIsRequired(Boolean value)
Sets the value of the isRequired property.
|
void |
setParentConcept(Concept parentConcept) |
void |
setType(ConceptProperty.Type value)
Sets the value of the type property.
|
public void setInfo(Info value)
value - allowed object is
Infopublic ConceptProperty.Type getType()
ConceptProperty.Typepublic void setType(ConceptProperty.Type value)
value - allowed object is
ConceptProperty.Typepublic void setId(String value)
value - allowed object is
Stringpublic QName getConceptRef()
QNamepublic void setConceptRef(QName value)
value - allowed object is
QNamepublic boolean isIsParent()
Booleanpublic void setIsParent(Boolean value)
value - allowed object is
Booleanpublic boolean isIsMapping()
Booleanpublic void setIsMapping(Boolean value)
value - allowed object is
Booleanpublic boolean isIsRequired()
Booleanpublic void setIsRequired(Boolean value)
value - allowed object is
Booleanpublic Concept getParentConcept()
public void setParentConcept(Concept parentConcept)
public Concept getConcept() throws JAXBException, IOException, DsplException
JAXBExceptionIOExceptionDsplExceptionCopyright © 2018 Metron, Inc.. All rights reserved.