public class Server extends Object implements Serializable
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 ref="{http://www.openfuxml.org/wiki}auth" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_default |
protected List<Auth> |
auth |
protected String |
id |
protected String |
name |
protected String |
url |
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
List<Auth> |
getAuth()
Gets the value of the auth property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isDefault()
Gets the value of the default property.
|
boolean |
isSetAuth() |
boolean |
isSetDefault() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetUrl() |
void |
setDefault(boolean value)
Sets the value of the default property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
unsetAuth() |
void |
unsetDefault() |
protected String id
protected Boolean _default
protected String name
protected String url
public List<Auth> getAuth()
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 auth property.
For example, to add a new item, do as follows:
getAuth().add(newItem);
Objects of the following type(s) are allowed in the list
Auth
public boolean isSetAuth()
public void unsetAuth()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public boolean isDefault()
Booleanpublic void setDefault(boolean value)
value - allowed object is
Booleanpublic boolean isSetDefault()
public void unsetDefault()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
Copyright © 2023. All rights reserved.