com.metsci.glimpse.dspl.schema
Class Concept.Topic

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Concept.Topic
Enclosing class:
Concept

public static class Concept.Topic
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Concept.Topic()
           
 
Method Summary
 javax.xml.namespace.QName getRef()
          Gets the value of the ref property.
 void setRef(javax.xml.namespace.QName value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concept.Topic

public Concept.Topic()
Method Detail

getRef

public javax.xml.namespace.QName getRef()
Gets the value of the ref property.

Returns:
possible object is QName

setRef

public void setRef(javax.xml.namespace.QName value)
Sets the value of the ref property.

Parameters:
value - allowed object is QName


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