org.plasma.provisioning
Class ClassRef

java.lang.Object
  extended by org.plasma.provisioning.Element
      extended by org.plasma.provisioning.NamedElement
          extended by org.plasma.provisioning.TypeRef
              extended by org.plasma.provisioning.ClassRef

public class ClassRef
extends TypeRef

References a class and serves as a type abstraction to avoid circular references within XML marshaling

Java class for ClassRef complex type.

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

 <complexType name="ClassRef">
   <complexContent>
     <extension base="{http://www.servicelabs.org/plasma/provisioning}TypeRef">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.plasma.provisioning.TypeRef
uri
 
Fields inherited from class org.plasma.provisioning.NamedElement
alias, derivation, name
 
Fields inherited from class org.plasma.provisioning.Element
id
 
Constructor Summary
ClassRef()
           
 
Method Summary
 
Methods inherited from class org.plasma.provisioning.TypeRef
getUri, setUri
 
Methods inherited from class org.plasma.provisioning.NamedElement
getAlias, getDerivation, getName, setAlias, setDerivation, setName
 
Methods inherited from class org.plasma.provisioning.Element
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassRef

public ClassRef()


Copyright © 2014. All rights reserved.