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 java.lang.Object

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="addBreak" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="extensionPoint" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}ExtensionPointType" />
       <attribute name="location" type="{urn:xmlns:rhq-serverplugin.perspective}LocationType" />
       <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  java.lang.Boolean addBreak
           
protected  ExtensionPointType extensionPoint
           
protected  LocationType location
           
protected  java.lang.String name
           
protected  PlacementType placement
           
 
Constructor Summary
PositionType()
           
 
Method Summary
 ExtensionPointType getExtensionPoint()
          Gets the value of the extensionPoint property.
 LocationType getLocation()
          Gets the value of the location property.
 java.lang.String getName()
          Gets the value of the name property.
 PlacementType getPlacement()
          Gets the value of the placement property.
 boolean isAddBreak()
          Gets the value of the addBreak property.
 void setAddBreak(java.lang.Boolean value)
          Sets the value of the addBreak property.
 void setExtensionPoint(ExtensionPointType value)
          Sets the value of the extensionPoint property.
 void setLocation(LocationType value)
          Sets the value of the location property.
 void setName(java.lang.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

addBreak

protected java.lang.Boolean addBreak

extensionPoint

protected ExtensionPointType extensionPoint

location

protected LocationType location

name

protected java.lang.String name

placement

protected PlacementType placement
Constructor Detail

PositionType

public PositionType()
Method Detail

isAddBreak

public boolean isAddBreak()
Gets the value of the addBreak property.

Returns:
possible object is Boolean

setAddBreak

public void setAddBreak(java.lang.Boolean value)
Sets the value of the addBreak property.

Parameters:
value - allowed object is Boolean

getExtensionPoint

public ExtensionPointType getExtensionPoint()
Gets the value of the extensionPoint property.

Returns:
possible object is ExtensionPointType

setExtensionPoint

public void setExtensionPoint(ExtensionPointType value)
Sets the value of the extensionPoint property.

Parameters:
value - allowed object is ExtensionPointType

getLocation

public LocationType getLocation()
Gets the value of the location property.

Returns:
possible object is LocationType

setLocation

public void setLocation(LocationType value)
Sets the value of the location property.

Parameters:
value - allowed object is LocationType

getName

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

Returns:
possible object is String

setName

public void setName(java.lang.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-2009 Red Hat, Inc.. All Rights Reserved.