Class WwPDBValidationInformation
java.lang.Object
org.biojava.nbio.structure.validation.WwPDBValidationInformation
- All Implemented Interfaces:
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Entry
protected List<ModelledSubgroup>
protected Programs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry()
Gets the value of the entry property.Gets the value of the modelledSubgroup property.Gets the value of the programs property.void
Sets the value of the entry property.void
setPrograms
(Programs value) Sets the value of the programs property.
-
Field Details
-
entry
-
modelledSubgroup
-
programs
-
-
Constructor Details
-
WwPDBValidationInformation
public WwPDBValidationInformation()
-
-
Method Details
-
getEntry
Gets the value of the entry property.- Returns:
- possible object is
Entry
-
setEntry
Sets the value of the entry property.- Parameters:
value
- allowed object isEntry
-
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
Gets the value of the programs property.- Returns:
- possible object is
Programs
-
setPrograms
Sets the value of the programs property.- Parameters:
value
- allowed object isPrograms
-