public class TipoTextoExterno extends Base implements Serializable
Java class for TipoTextoExterno complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoTextoExterno">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TipoTextoExterno() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
boolean |
isSetHref() |
void |
setHref(String value)
Sets the value of the href property.
|
protected String href
Copyright © 2021. All rights reserved.