Class LicenseCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.LicenseCT
-
public class LicenseCT extends Object
License informationJava class for License_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="License_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="URL" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="designation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
designation
protected String
name
protected String
url
protected String
version
protected XHTMLDocCT
xhtml
-
Constructor Summary
Constructors Constructor Description LicenseCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getDesignation()
Gets the value of the designation property.String
getName()
Gets the value of the name property.String
getURL()
Gets the value of the url property.String
getVersion()
Gets the value of the version property.XHTMLDocCT
getXHTML()
Gets the value of the xhtml property.void
setDescription(String value)
Sets the value of the description property.void
setDesignation(String value)
Sets the value of the designation property.void
setName(String value)
Sets the value of the name property.void
setURL(String value)
Sets the value of the url property.void
setVersion(String value)
Sets the value of the version property.void
setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.
-
-
-
Method Detail
-
getXHTML
public XHTMLDocCT getXHTML()
Gets the value of the xhtml property.- Returns:
- possible object is
XHTMLDocCT
-
setXHTML
public void setXHTML(XHTMLDocCT value)
Sets the value of the xhtml property.- Parameters:
value
- allowed object isXHTMLDocCT
-
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 isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value
- allowed object isString
-
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 isString
-
getDesignation
public String getDesignation()
Gets the value of the designation property.- Returns:
- possible object is
String
-
setDesignation
public void setDesignation(String value)
Sets the value of the designation property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-