public class WwPDBValidationInformation extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Entry"/> <element ref="{}ModelledSubgroup" maxOccurs="unbounded"/> <element ref="{}programs"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Entry |
entry |
protected List<ModelledSubgroup> |
modelledSubgroup |
protected Programs |
programs |
Constructor and Description |
---|
WwPDBValidationInformation() |
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry()
Gets the value of the entry property.
|
List<ModelledSubgroup> |
getModelledSubgroup()
Gets the value of the modelledSubgroup property.
|
Programs |
getPrograms()
Gets the value of the programs property.
|
void |
setEntry(Entry value)
Sets the value of the entry property.
|
void |
setPrograms(Programs value)
Sets the value of the programs property.
|
protected List<ModelledSubgroup> modelledSubgroup
public WwPDBValidationInformation()
public Entry getEntry()
Entry
public void setEntry(Entry value)
value
- allowed object is
Entry
public List<ModelledSubgroup> getModelledSubgroup()
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 modelledSubgroup property.
For example, to add a new item, do as follows:
getModelledSubgroup().add(newItem);
Objects of the following type(s) are allowed in the list
ModelledSubgroup
public Programs getPrograms()
Programs
public void setPrograms(Programs value)
value
- allowed object is
Programs
Copyright © 2000–2019 BioJava. All rights reserved.