com.metsci.glimpse.dspl.schema
Class SliceConceptRef

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.SliceConceptRef

public class SliceConceptRef
extends java.lang.Object

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

SliceConceptRef

public SliceConceptRef()
Method Detail

getConceptRef

public javax.xml.namespace.QName getConceptRef()
Gets the value of the conceptRef property.

Returns:
possible object is QName

setConceptRef

public void setConceptRef(javax.xml.namespace.QName value)
Sets the value of the conceptRef property.

Parameters:
value - allowed object is QName

getSlice

public Slice getSlice()

setSlice

public void setSlice(Slice slice)

getConcept

public Concept getConcept()
                   throws javax.xml.bind.JAXBException,
                          java.io.IOException,
                          DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException


Copyright © 2012 Metron, Inc.. All Rights Reserved.