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

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

public class License
extends Object

Java class for License complex type.

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

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


Field Summary
protected  String content
           
protected  String name
           
 
Constructor Summary
License()
           
 
Method Summary
 String getContent()
          Gets the value of the content property.
 String getName()
          Gets the value of the name property.
 void setContent(String value)
          Sets the value of the content property.
 void setName(String value)
          Sets the value of the name property.
 License withContent(String value)
           
 License withName(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

content

protected String content
Constructor Detail

License

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

getContent

public String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

withName

public License withName(String value)

withContent

public License withContent(String value)


Copyright © 2004-2013 XWiki. All Rights Reserved.