org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class Service

java.lang.Object
  extended by org.apache.jetspeed.om.portlet.jetspeed.jaxb.Service

public class Service
extends java.lang.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.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
 
Constructor Summary
Service()
           
 
Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name
Constructor Detail

Service

public Service()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.