public class CompanyType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para CompanyType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="CompanyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyRoles" type="{http://www.fispace.eu/domain/ail}roleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oauthClients" type="{http://www.fispace.eu/domain/ail}oauthClientType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RoleType> |
companyRoles |
protected Long |
id |
protected String |
name |
protected List<OauthClientType> |
oauthClients |
| Constructor and Description |
|---|
CompanyType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<RoleType> |
getCompanyRoles()
Gets the value of the companyRoles property.
|
Long |
getId()
Obtiene el valor de la propiedad id.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
List<OauthClientType> |
getOauthClients()
Gets the value of the oauthClients property.
|
boolean |
isSetCompanyRoles() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetOauthClients() |
void |
setId(Long value)
Define el valor de la propiedad id.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
String |
toString() |
void |
unsetCompanyRoles() |
void |
unsetOauthClients() |
CompanyType |
withCompanyRoles(Collection<RoleType> values) |
CompanyType |
withCompanyRoles(RoleType... values) |
CompanyType |
withId(Long value) |
CompanyType |
withName(String value) |
CompanyType |
withOauthClients(Collection<OauthClientType> values) |
CompanyType |
withOauthClients(OauthClientType... values) |
protected Long id
@NotNull protected String name
protected List<OauthClientType> oauthClients
public List<RoleType> getCompanyRoles()
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 companyRoles property.
For example, to add a new item, do as follows:
getCompanyRoles().add(newItem);
Objects of the following type(s) are allowed in the list
RoleType
public boolean isSetCompanyRoles()
public void unsetCompanyRoles()
public void setId(Long value)
value - allowed object is
Longpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public List<OauthClientType> getOauthClients()
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 oauthClients property.
For example, to add a new item, do as follows:
getOauthClients().add(newItem);
Objects of the following type(s) are allowed in the list
OauthClientType
public boolean isSetOauthClients()
public void unsetOauthClients()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic CompanyType withCompanyRoles(RoleType... values)
public CompanyType withCompanyRoles(Collection<RoleType> values)
public CompanyType withId(Long value)
public CompanyType withName(String value)
public CompanyType withOauthClients(OauthClientType... values)
public CompanyType withOauthClients(Collection<OauthClientType> values)
Copyright © 2015. All Rights Reserved.