public class InformationItemType extends AbstractDocumentType implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected AccessRightType |
accessRights |
protected String |
importID |
protected Boolean |
include |
protected String |
key |
protected String |
label |
protected Boolean |
mandatory |
protected InformationItemValueType |
value |
id| Constructor and Description |
|---|
InformationItemType() |
| 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) |
AccessRightType |
getAccessRights()
Obtiene el valor de la propiedad accessRights.
|
String |
getImportID()
Obtiene el valor de la propiedad importID.
|
String |
getKey()
Obtiene el valor de la propiedad key.
|
String |
getLabel()
Obtiene el valor de la propiedad label.
|
InformationItemValueType |
getValue()
Obtiene el valor de la propiedad value.
|
Boolean |
isInclude()
Obtiene el valor de la propiedad include.
|
Boolean |
isMandatory()
Obtiene el valor de la propiedad mandatory.
|
boolean |
isSetAccessRights() |
boolean |
isSetImportID() |
boolean |
isSetInclude() |
boolean |
isSetKey() |
boolean |
isSetLabel() |
boolean |
isSetMandatory() |
boolean |
isSetValue() |
void |
setAccessRights(AccessRightType value)
Define el valor de la propiedad accessRights.
|
void |
setImportID(String value)
Define el valor de la propiedad importID.
|
void |
setInclude(Boolean value)
Define el valor de la propiedad include.
|
void |
setKey(String value)
Define el valor de la propiedad key.
|
void |
setLabel(String value)
Define el valor de la propiedad label.
|
void |
setMandatory(Boolean value)
Define el valor de la propiedad mandatory.
|
void |
setValue(InformationItemValueType value)
Define el valor de la propiedad value.
|
String |
toString() |
InformationItemType |
withAccessRights(AccessRightType value) |
InformationItemType |
withId(String value) |
InformationItemType |
withImportID(String value) |
InformationItemType |
withInclude(Boolean value) |
InformationItemType |
withKey(String value) |
InformationItemType |
withLabel(String value) |
InformationItemType |
withMandatory(Boolean value) |
InformationItemType |
withValue(InformationItemValueType value) |
getId, isSetId, setIdprotected String key
protected String importID
protected InformationItemValueType value
protected Boolean include
protected AccessRightType accessRights
protected Boolean mandatory
protected String label
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic boolean isSetKey()
public String getImportID()
Stringpublic void setImportID(String value)
value - allowed object is
Stringpublic boolean isSetImportID()
public InformationItemValueType getValue()
InformationItemValueTypepublic void setValue(InformationItemValueType value)
value - allowed object is
InformationItemValueTypepublic boolean isSetValue()
public Boolean isInclude()
Booleanpublic void setInclude(Boolean value)
value - allowed object is
Booleanpublic boolean isSetInclude()
public AccessRightType getAccessRights()
AccessRightTypepublic void setAccessRights(AccessRightType value)
value - allowed object is
AccessRightTypepublic boolean isSetAccessRights()
public Boolean isMandatory()
Booleanpublic void setMandatory(Boolean value)
value - allowed object is
Booleanpublic boolean isSetMandatory()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
public String toString()
toString in class AbstractDocumentTypepublic 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.ToStringappend in class AbstractDocumentTypepublic 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.ToStringappendFields in class AbstractDocumentTypepublic InformationItemType withKey(String value)
public InformationItemType withImportID(String value)
public InformationItemType withValue(InformationItemValueType value)
public InformationItemType withInclude(Boolean value)
public InformationItemType withAccessRights(AccessRightType value)
public InformationItemType withMandatory(Boolean value)
public InformationItemType withLabel(String value)
public InformationItemType withId(String value)
withId in class AbstractDocumentTypeCopyright © 2015. All Rights Reserved.