org.xwiki.extension.repository.xwiki.model.jaxb
Class ExtensionAuthor

java.lang.Object
  extended by org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionAuthor

public class ExtensionAuthor
extends Object

Java class for ExtensionAuthor complex type.

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

 <complexType name="ExtensionAuthor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  String url
           
 
Constructor Summary
ExtensionAuthor()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getUrl()
          Gets the value of the url property.
 void setName(String value)
          Sets the value of the name property.
 void setUrl(String value)
          Sets the value of the url property.
 ExtensionAuthor withName(String value)
           
 ExtensionAuthor withUrl(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

url

protected String url
Constructor Detail

ExtensionAuthor

public ExtensionAuthor()
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

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

withName

public ExtensionAuthor withName(String value)

withUrl

public ExtensionAuthor withUrl(String value)


Copyright © 2004-2013 XWiki. All Rights Reserved.