Class WwPDBValidationInformation
- java.lang.Object
-
- org.biojava.nbio.structure.validation.WwPDBValidationInformation
-
- All Implemented Interfaces:
Serializable
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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Entry
entry
protected List<ModelledSubgroup>
modelledSubgroup
protected Programs
programs
-
Constructor Summary
Constructors Constructor Description WwPDBValidationInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
modelledSubgroup
protected List<ModelledSubgroup> modelledSubgroup
-
-
Constructor Detail
-
WwPDBValidationInformation
public WwPDBValidationInformation()
-
-
Method Detail
-
getEntry
public Entry getEntry()
Gets the value of the entry property.- Returns:
- possible object is
Entry
-
setEntry
public void setEntry(Entry value)
Sets the value of the entry property.- Parameters:
value
- allowed object isEntry
-
getModelledSubgroup
public List<ModelledSubgroup> getModelledSubgroup()
Gets the value of the modelledSubgroup property.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
-
getPrograms
public Programs getPrograms()
Gets the value of the programs property.- Returns:
- possible object is
Programs
-
setPrograms
public void setPrograms(Programs value)
Sets the value of the programs property.- Parameters:
value
- allowed object isPrograms
-
-