public class AuthorityURL
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="{}OnlineResource"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected OnlineResource |
onlineResource |
| Constructor and Description |
|---|
AuthorityURL() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
OnlineResource |
getOnlineResource()
Gets the value of the onlineResource property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.
|
protected OnlineResource onlineResource
protected java.lang.String name
public OnlineResource getOnlineResource()
OnlineResourcepublic void setOnlineResource(OnlineResource value)
value - allowed object is
OnlineResourcepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.