public class LinkType
extends java.lang.Object
Java class for linkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="linkType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
href |
protected java.lang.String |
text |
protected java.lang.String |
type |
Constructor and Description |
---|
LinkType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHref()
Gets the value of the href property.
|
java.lang.String |
getText()
Gets the value of the text property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setHref(java.lang.String value)
Sets the value of the href property.
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String text
protected java.lang.String type
protected java.lang.String href
public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHref()
String
public void setHref(java.lang.String value)
value
- allowed object is
String