public class Attribution
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Title" minOccurs="0"/>
<element ref="{}OnlineResource" minOccurs="0"/>
<element ref="{}LogoURL" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LogoURL |
logoURL |
protected OnlineResource |
onlineResource |
protected java.lang.String |
title |
| Constructor and Description |
|---|
Attribution() |
| Modifier and Type | Method and Description |
|---|---|
LogoURL |
getLogoURL()
Gets the value of the logoURL property.
|
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setLogoURL(LogoURL value)
Sets the value of the logoURL property.
|
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String title
protected OnlineResource onlineResource
protected LogoURL logoURL
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic LogoURL getLogoURL()
LogoURLCopyright © 2013. All Rights Reserved.