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:
  • Field Details

  • Constructor Details

    • WwPDBValidationInformation

      public WwPDBValidationInformation()
  • Method Details

    • 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 is Entry
    • 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 is Programs