org.plasma.provisioning
Class NamedElement

java.lang.Object
  extended by org.plasma.provisioning.Element
      extended by org.plasma.provisioning.NamedElement
Direct Known Subclasses:
ClassAppInfo, EnumerationAppInfo, EnumerationLiteral, EnumerationLiteralAppInfo, ModelAppInfo, Package, PackageAppInfo, PackageRef, Property, PropertyAppInfo, Type, TypeRef

public abstract class NamedElement
extends Element

Java class for NamedElement complex type.

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

 <complexType name="NamedElement">
   <complexContent>
     <extension base="{http://www.servicelabs.org/plasma/provisioning}Element">
       <sequence>
         <element ref="{http://www.servicelabs.org/plasma/provisioning}Alias" minOccurs="0"/>
         <element ref="{http://www.servicelabs.org/plasma/provisioning}Derivation" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Alias alias
           
protected  Derivation derivation
           
protected  String name
           
 
Fields inherited from class org.plasma.provisioning.Element
id
 
Constructor Summary
NamedElement()
           
 
Method Summary
 Alias getAlias()
          Gets the value of the alias property.
 Derivation getDerivation()
          Gets the value of the derivation property.
 String getName()
          Gets the value of the name property.
 void setAlias(Alias value)
          Sets the value of the alias property.
 void setDerivation(Derivation value)
          Sets the value of the derivation property.
 void setName(String value)
          Sets the value of the name property.
 
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
 

Field Detail

alias

protected Alias alias

derivation

protected Derivation derivation

name

protected String name
Constructor Detail

NamedElement

public NamedElement()
Method Detail

getAlias

public Alias getAlias()
Gets the value of the alias property.

Returns:
possible object is Alias

setAlias

public void setAlias(Alias value)
Sets the value of the alias property.

Parameters:
value - allowed object is Alias

getDerivation

public Derivation getDerivation()
Gets the value of the derivation property.

Returns:
possible object is Derivation

setDerivation

public void setDerivation(Derivation value)
Sets the value of the derivation property.

Parameters:
value - allowed object is Derivation

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.