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>
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected String |
name |
Constructor and Description |
---|
License() |
Modifier and Type | Method and Description |
---|---|
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) |
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
Copyright © 2004–2021 XWiki. All rights reserved.