org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class PositionType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.PositionType

public class PositionType
extends Object

Defines position of the extension in the UI, relative to other extensions.

Java class for PositionType complex type.

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

 <complexType name="PositionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{urn:xmlns:rhq-serverplugin.perspective}NameType" />
       <attribute name="placement" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}PlacementType" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

name

protected String name

placement

protected PlacementType placement
Constructor Detail

PositionType

public PositionType()
Method Detail

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

getPlacement

public PlacementType getPlacement()
Gets the value of the placement property.

Returns:
possible object is PlacementType

setPlacement

public void setPlacement(PlacementType value)
Sets the value of the placement property.

Parameters:
value - allowed object is PlacementType


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.