public class BespokeDataType extends Object
Java class for BespokeDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BespokeDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Data" maxOccurs="unbounded" minOccurs="0"> <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> </element> <element name="UserDefined" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='skip' namespace='http://tethys.sdsu.edu/schema/1.0' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
BespokeDataType.Data
Java class for anonymous complex type.
|
static class |
BespokeDataType.UserDefined
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
_abstract |
protected List<BespokeDataType.Data> |
data |
protected BespokeDataType.UserDefined |
userDefined |
Constructor and Description |
---|
BespokeDataType() |
Modifier and Type | Method and Description |
---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
List<BespokeDataType.Data> |
getData()
Gets the value of the data property.
|
BespokeDataType.UserDefined |
getUserDefined()
Gets the value of the userDefined property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setUserDefined(BespokeDataType.UserDefined value)
Sets the value of the userDefined property.
|
protected String _abstract
protected List<BespokeDataType.Data> data
protected BespokeDataType.UserDefined userDefined
public String getAbstract()
String
public void setAbstract(String value)
value
- allowed object is
String
public List<BespokeDataType.Data> getData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
BespokeDataType.Data
public BespokeDataType.UserDefined getUserDefined()
BespokeDataType.UserDefined
public void setUserDefined(BespokeDataType.UserDefined value)
value
- allowed object is
BespokeDataType.UserDefined
Copyright © 2024 Tethys. All rights reserved.