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()
BondOutlier
public Programs createPrograms()
Programs
public Program createProgram()
Program
public Entry createEntry()
Entry
public WwPDBValidationInformation createWwPDBValidationInformation()
WwPDBValidationInformation
public ModelledSubgroup createModelledSubgroup()
ModelledSubgroup
public AngleOutlier createAngleOutlier()
AngleOutlier
public Clash createClash()
Clash
public MogAngleOutlier createMogAngleOutlier()
MogAngleOutlier
public SymmClash createSymmClash()
SymmClash
public MogBondOutlier createMogBondOutlier()
MogBondOutlier
Copyright © 2000–2019 BioJava. All rights reserved.