|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.dspl.schema.SliceConceptRef
public class SliceConceptRef
A dimension or metric of a slice.
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 Summary | |
---|---|
SliceConceptRef()
|
Method Summary | |
---|---|
Concept |
getConcept()
|
javax.xml.namespace.QName |
getConceptRef()
Gets the value of the conceptRef property. |
Slice |
getSlice()
|
void |
setConceptRef(javax.xml.namespace.QName value)
Sets the value of the conceptRef property. |
void |
setSlice(Slice slice)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SliceConceptRef()
Method Detail |
---|
public javax.xml.namespace.QName getConceptRef()
QName
public void setConceptRef(javax.xml.namespace.QName value)
value
- allowed object is
QName
public Slice getSlice()
public void setSlice(Slice slice)
public Concept getConcept() throws javax.xml.bind.JAXBException, java.io.IOException, DsplException
javax.xml.bind.JAXBException
java.io.IOException
DsplException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |