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
Info
public ConceptProperty.Type getType()
ConceptProperty.Type
public void setType(ConceptProperty.Type value)
value
- allowed object is
ConceptProperty.Type
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 boolean isIsParent()
Boolean
public void setIsParent(Boolean value)
value
- allowed object is
Boolean
public boolean isIsMapping()
Boolean
public void setIsMapping(Boolean value)
value
- allowed object is
Boolean
public boolean isIsRequired()
Boolean
public void setIsRequired(Boolean value)
value
- allowed object is
Boolean
public Concept getParentConcept()
public void setParentConcept(Concept parentConcept)
public Concept getConcept() throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
Copyright © 2016 Metron, Inc.. All rights reserved.