public class SliceConceptRef extends Object
Java class for SliceConceptRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SliceConceptRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SliceConceptRef() |
Modifier and Type | Method and Description |
---|---|
Concept |
getConcept() |
QName |
getConceptRef()
Gets the value of the conceptRef property.
|
Slice |
getSlice() |
void |
setConceptRef(QName value)
Sets the value of the conceptRef property.
|
void |
setSlice(Slice slice) |
public QName getConceptRef()
QName
public void setConceptRef(QName value)
value
- allowed object is
QName
public Slice getSlice()
public void setSlice(Slice slice)
public Concept getConcept() throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
Copyright © 2016 Metron, Inc.. All rights reserved.