public class INTERFACE extends Object
Java class for INTERFACE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="INTERFACE">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ACCESS_PROTOCOL">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="username" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="BASE_URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FORMATS" type="{}FORMATS"/>
<element name="SETS">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SET" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INTERFACE.ACCESSPROTOCOL
Java class for anonymous complex type.
|
static class |
INTERFACE.SETS
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected INTERFACE.ACCESSPROTOCOL |
accessprotocol |
protected String |
baseurl |
protected FORMATS |
formats |
protected INTERFACE.SETS |
sets |
| Constructor and Description |
|---|
INTERFACE() |
| Modifier and Type | Method and Description |
|---|---|
INTERFACE.ACCESSPROTOCOL |
getACCESSPROTOCOL()
Gets the value of the accessprotocol property.
|
String |
getBASEURL()
Gets the value of the baseurl property.
|
FORMATS |
getFORMATS()
Gets the value of the formats property.
|
INTERFACE.SETS |
getSETS()
Gets the value of the sets property.
|
void |
setACCESSPROTOCOL(INTERFACE.ACCESSPROTOCOL value)
Sets the value of the accessprotocol property.
|
void |
setBASEURL(String value)
Sets the value of the baseurl property.
|
void |
setFORMATS(FORMATS value)
Sets the value of the formats property.
|
void |
setSETS(INTERFACE.SETS value)
Sets the value of the sets property.
|
protected INTERFACE.ACCESSPROTOCOL accessprotocol
protected String baseurl
protected FORMATS formats
protected INTERFACE.SETS sets
public INTERFACE.ACCESSPROTOCOL getACCESSPROTOCOL()
INTERFACE.ACCESSPROTOCOLpublic void setACCESSPROTOCOL(INTERFACE.ACCESSPROTOCOL value)
value - allowed object is
INTERFACE.ACCESSPROTOCOLpublic String getBASEURL()
Stringpublic void setBASEURL(String value)
value - allowed object is
Stringpublic FORMATS getFORMATS()
FORMATSpublic void setFORMATS(FORMATS value)
value - allowed object is
FORMATSpublic INTERFACE.SETS getSETS()
INTERFACE.SETSpublic void setSETS(INTERFACE.SETS value)
value - allowed object is
INTERFACE.SETSCopyright © 2022. All rights reserved.