public class Alternative extends LinkCollection
Java class for Alternative complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Alternative"> <complexContent> <extension base="{https://phenotips.org/}LinkCollection"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
links
Constructor and Description |
---|
Alternative() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
void |
setId(String value)
Sets the value of the id property.
|
Alternative |
withId(String value) |
Alternative |
withLinks(Collection<Link> values) |
Alternative |
withLinks(Link... values) |
getLinks
protected String id
public void setId(String value)
value
- allowed object is
String
public Alternative withId(String value)
public Alternative withLinks(Link... values)
withLinks
in class LinkCollection
public Alternative withLinks(Collection<Link> values)
withLinks
in class LinkCollection
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.