public class TextURL extends Object
Java class for TextURL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextURL"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
url |
Constructor and Description |
---|
TextURL() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getURL()
Gets the value of the url property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected String description
public TextURL()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
Copyright © 2014–2015. All rights reserved.