public class OnlineResource extends Object implements Serializable
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>
</sequence>
<attribute ref="{http://www.w3.org/1999/xlink}type"/>
<attribute ref="{http://www.w3.org/1999/xlink}href"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
type |
| Constructor and Description |
|---|
OnlineResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetHref() |
boolean |
isSetType() |
void |
setHref(String value)
Sets the value of the href property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
Copyright © 2016. All rights reserved.