public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description | 
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.biojava.nbio.structure.validation 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AngleOutlier | 
createAngleOutlier()
Create an instance of  
AngleOutlier | 
BondOutlier | 
createBondOutlier()
Create an instance of  
BondOutlier | 
Clash | 
createClash()
Create an instance of  
Clash | 
Entry | 
createEntry()
Create an instance of  
Entry | 
ModelledSubgroup | 
createModelledSubgroup()
Create an instance of  
ModelledSubgroup | 
MogAngleOutlier | 
createMogAngleOutlier()
Create an instance of  
MogAngleOutlier | 
MogBondOutlier | 
createMogBondOutlier()
Create an instance of  
MogBondOutlier | 
Program | 
createProgram()
Create an instance of  
Program | 
Programs | 
createPrograms()
Create an instance of  
Programs | 
SymmClash | 
createSymmClash()
Create an instance of  
SymmClash | 
WwPDBValidationInformation | 
createWwPDBValidationInformation()
Create an instance of  
WwPDBValidationInformation | 
public ObjectFactory()
public BondOutlier createBondOutlier()
BondOutlierpublic Programs createPrograms()
Programspublic Program createProgram()
Programpublic Entry createEntry()
Entrypublic WwPDBValidationInformation createWwPDBValidationInformation()
WwPDBValidationInformationpublic ModelledSubgroup createModelledSubgroup()
ModelledSubgrouppublic AngleOutlier createAngleOutlier()
AngleOutlierpublic Clash createClash()
Clashpublic MogAngleOutlier createMogAngleOutlier()
MogAngleOutlierpublic SymmClash createSymmClash()
SymmClashpublic MogBondOutlier createMogBondOutlier()
MogBondOutlierCopyright © 2000–2017 BioJava. All rights reserved.