public class LinkType extends Object
Java-Klasse für linkType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 String |
href |
protected String |
text |
protected String |
type |
| Constructor and Description |
|---|
LinkType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Ruft den Wert der href-Eigenschaft ab.
|
String |
getText()
Ruft den Wert der text-Eigenschaft ab.
|
String |
getType()
Ruft den Wert der type-Eigenschaft ab.
|
void |
setHref(String value)
Legt den Wert der href-Eigenschaft fest.
|
void |
setText(String value)
Legt den Wert der text-Eigenschaft fest.
|
void |
setType(String value)
Legt den Wert der type-Eigenschaft fest.
|
public String getText()
Stringpublic void setText(String value)
value - allowed object is Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getHref()
StringCopyright © 2012–2025 cismet GmbH. All rights reserved.