public class License extends AboutType
<xs:element xmlns:ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns1="http://www.w3.org/ns/odrl/2/" xmlns:ns2="http://creativecommons.org/ns#" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="License">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:AboutType">
<xs:sequence>
<xs:element ref="ns1:inheritFrom" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ns2:deprecatedOn" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
DateType |
getDeprecatedOn()
Get the 'deprecatedOn' element value.
|
InheritFrom |
getInheritFrom()
Get the 'inheritFrom' element value.
|
void |
setDeprecatedOn(DateType deprecatedOn)
Set the 'deprecatedOn' element value.
|
void |
setInheritFrom(InheritFrom inheritFrom)
Set the 'inheritFrom' element value.
|
public InheritFrom getInheritFrom()
public void setInheritFrom(InheritFrom inheritFrom)
inheritFrom - public DateType getDeprecatedOn()
public void setDeprecatedOn(DateType deprecatedOn)
deprecatedOn - Copyright © 2018 Europeana Foundation. All rights reserved.