org.plasma.common.env
Class DeploymentRealm

java.lang.Object
  extended by org.plasma.common.env.DeploymentRealm

public class DeploymentRealm
extends 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="name" use="required" type="{http://www.plasma.org/env}EnvName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnvName name
           
 
Constructor Summary
DeploymentRealm()
           
 
Method Summary
 EnvName getName()
          Gets the value of the name property.
 void setName(EnvName value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected EnvName name
Constructor Detail

DeploymentRealm

public DeploymentRealm()
Method Detail

getName

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

Returns:
possible object is EnvName

setName

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

Parameters:
value - allowed object is EnvName


Copyright © 2014. All rights reserved.