public static class BespokeDataType.Data extends Object
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> <element name="URI" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected String |
uri |
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getURI()
Gets the value of the uri property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
public String getURI()
String
public void setURI(String value)
value
- allowed object is
String
public String getComment()
String
Copyright © 2024 Tethys. All rights reserved.