public class RoleType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para roleType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="roleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
companyName |
protected String |
description |
protected int |
id |
protected String |
name |
| Constructor and Description |
|---|
RoleType() |
| 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) |
String |
getCompanyName()
Obtiene el valor de la propiedad companyName.
|
String |
getDescription()
Obtiene el valor de la propiedad description.
|
int |
getId()
Obtiene el valor de la propiedad id.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
boolean |
isSetCompanyName() |
boolean |
isSetDescription() |
boolean |
isSetId() |
boolean |
isSetName() |
void |
setCompanyName(String value)
Define el valor de la propiedad companyName.
|
void |
setDescription(String value)
Define el valor de la propiedad description.
|
void |
setId(int value)
Define el valor de la propiedad id.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
String |
toString() |
RoleType |
withCompanyName(String value) |
RoleType |
withDescription(String value) |
RoleType |
withId(int value) |
RoleType |
withName(String value) |
@NotNull protected String companyName
@NotNull protected int id
@NotNull protected String name
@NotNull protected String description
public String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic boolean isSetCompanyName()
public int getId()
public void setId(int value)
public boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
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 RoleType withId(int value)
Copyright © 2015. All Rights Reserved.