public class FederationServerItem
extends java.lang.Object
Java class for federationServerItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="federationServerItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="federation-url" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="servertype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="authmethod" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="credslot" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="vpcontext" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dependencies" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlData |
accessControl |
protected AllActions |
action |
protected java.lang.String |
authmethod |
protected java.lang.String |
credslot |
protected java.lang.Boolean |
dependencies |
protected java.lang.String |
domain |
protected java.util.List<java.lang.String> |
federationUrl |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
objectid |
protected java.util.List<ParameterData> |
parameter |
protected java.lang.String |
servertype |
protected java.lang.String |
uniquename |
protected java.lang.String |
vpcontext |
| Constructor and Description |
|---|
FederationServerItem() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlData |
getAccessControl()
Gets the value of the accessControl property.
|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getAuthmethod()
Gets the value of the authmethod property.
|
java.lang.String |
getCredslot()
Gets the value of the credslot property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.util.List<java.lang.String> |
getFederationUrl()
Gets the value of the federationUrl property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.lang.String |
getServertype()
Gets the value of the servertype property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.String |
getVpcontext()
Gets the value of the vpcontext property.
|
java.lang.Boolean |
isDependencies()
Gets the value of the dependencies property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setAuthmethod(java.lang.String value)
Sets the value of the authmethod property.
|
void |
setCredslot(java.lang.String value)
Sets the value of the credslot property.
|
void |
setDependencies(java.lang.Boolean value)
Sets the value of the dependencies property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setServertype(java.lang.String value)
Sets the value of the servertype property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setVpcontext(java.lang.String value)
Sets the value of the vpcontext property.
|
protected java.util.List<java.lang.String> federationUrl
protected java.util.List<ParameterData> parameter
protected java.util.List<LocaleData> localedata
protected AccessControlData accessControl
protected java.lang.String servertype
protected java.lang.String authmethod
protected java.lang.String credslot
protected java.lang.String vpcontext
protected java.lang.Boolean dependencies
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.util.List<java.lang.String> getFederationUrl()
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 federationUrl property.
For example, to add a new item, do as follows:
getFederationUrl().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<ParameterData> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterData
public java.util.List<LocaleData> getLocaledata()
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 localedata property.
For example, to add a new item, do as follows:
getLocaledata().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
public AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic java.lang.String getServertype()
Stringpublic void setServertype(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthmethod()
Stringpublic void setAuthmethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCredslot()
Stringpublic void setCredslot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVpcontext()
Stringpublic void setVpcontext(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDependencies()
Booleanpublic void setDependencies(java.lang.Boolean value)
value - allowed object is
Booleanpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String