|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.PositionType
public class PositionType
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 |
|---|
protected java.lang.Boolean addBreak
protected ExtensionPointType extensionPoint
protected LocationType location
protected java.lang.String name
protected PlacementType placement
| Constructor Detail |
|---|
public PositionType()
| Method Detail |
|---|
public boolean isAddBreak()
Booleanpublic void setAddBreak(java.lang.Boolean value)
value - allowed object is
Booleanpublic ExtensionPointType getExtensionPoint()
ExtensionPointTypepublic void setExtensionPoint(ExtensionPointType value)
value - allowed object is
ExtensionPointTypepublic LocationType getLocation()
LocationTypepublic void setLocation(LocationType value)
value - allowed object is
LocationTypepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic PlacementType getPlacement()
PlacementTypepublic void setPlacement(PlacementType value)
value - allowed object is
PlacementType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||