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

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

public class ApplicationType
extends java.lang.Object

Java class for ApplicationType complex type.

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

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


Field Summary
protected  java.lang.String baseUrl
           
protected  java.lang.String name
           
 
Constructor Summary
ApplicationType()
           
 
Method Summary
 java.lang.String getBaseUrl()
          Gets the value of the baseUrl property.
 java.lang.String getName()
          Gets the value of the name property.
 void setBaseUrl(java.lang.String value)
          Sets the value of the baseUrl property.
 void setName(java.lang.String 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

baseUrl

protected java.lang.String baseUrl

name

protected java.lang.String name
Constructor Detail

ApplicationType

public ApplicationType()
Method Detail

getBaseUrl

public java.lang.String getBaseUrl()
Gets the value of the baseUrl property.

Returns:
possible object is String

setBaseUrl

public void setBaseUrl(java.lang.String value)
Sets the value of the baseUrl property.

Parameters:
value - allowed object is String

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


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