public class VisibilityRepresentation extends LinkCollection
Java class for VisibilitySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VisibilitySummary">
<complexContent>
<extension base="{https://phenotips.org/rest-commons/}LinkCollection">
<sequence>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
label |
protected String |
level |
links| Constructor and Description |
|---|
VisibilityRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getLevel()
Gets the value of the level property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
VisibilityRepresentation |
withDescription(String value) |
VisibilityRepresentation |
withLabel(String value) |
VisibilityRepresentation |
withLevel(String value) |
getLinks, withLinks, withLinksprotected String level
protected String label
protected String description
public String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic VisibilityRepresentation withLevel(String value)
public VisibilityRepresentation withLabel(String value)
public VisibilityRepresentation withDescription(String value)
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.