public class DATACOLLINTERFACEType extends Object
Java class for DATACOLLINTERFACEType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DATACOLLINTERFACEType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ACCESS_PROTOCOL" type="{}ACCESSPROTOCOLDATACOLLType"/>
<element name="BASE_URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FORMAT" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FILTER" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ACCESSPROTOCOLDATACOLLType |
accessprotocol |
protected String |
baseurl |
protected String |
filter |
protected String |
format |
| Constructor and Description |
|---|
DATACOLLINTERFACEType() |
| Modifier and Type | Method and Description |
|---|---|
ACCESSPROTOCOLDATACOLLType |
getACCESSPROTOCOL()
Gets the value of the accessprotocol property.
|
String |
getBASEURL()
Gets the value of the baseurl property.
|
String |
getFILTER()
Gets the value of the filter property.
|
String |
getFORMAT()
Gets the value of the format property.
|
void |
setACCESSPROTOCOL(ACCESSPROTOCOLDATACOLLType value)
Sets the value of the accessprotocol property.
|
void |
setBASEURL(String value)
Sets the value of the baseurl property.
|
void |
setFILTER(String value)
Sets the value of the filter property.
|
void |
setFORMAT(String value)
Sets the value of the format property.
|
protected ACCESSPROTOCOLDATACOLLType accessprotocol
protected String baseurl
protected String format
protected String filter
public ACCESSPROTOCOLDATACOLLType getACCESSPROTOCOL()
ACCESSPROTOCOLDATACOLLTypepublic void setACCESSPROTOCOL(ACCESSPROTOCOLDATACOLLType value)
value - allowed object is
ACCESSPROTOCOLDATACOLLTypepublic String getBASEURL()
Stringpublic void setBASEURL(String value)
value - allowed object is
Stringpublic String getFORMAT()
Stringpublic void setFORMAT(String value)
value - allowed object is
Stringpublic String getFILTER()
StringCopyright © 2019. All rights reserved.