public class BaseRequestType extends Object
Java class for BaseRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected Integer |
id |
| Constructor and Description |
|---|
BaseRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
Gets the value of the href property.
|
int |
getId()
Gets the value of the id property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic int getId()
IntegerCopyright © 2019 Bedework. All rights reserved.