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.phenotips.data.rest.model
|
Modifier and Type | Method and Description |
---|---|
Alternative |
createAlternative()
Create an instance of
Alternative |
Alternatives |
createAlternatives()
Create an instance of
Alternatives |
Link |
createLink()
Create an instance of
Link |
LinkCollection |
createLinkCollection()
Create an instance of
LinkCollection |
Patient |
createPatient()
Create an instance of
Patient |
Patients |
createPatients()
Create an instance of
Patients |
PatientSummary |
createPatientSummary()
Create an instance of
PatientSummary |
public ObjectFactory()
public LinkCollection createLinkCollection()
LinkCollection
public PatientSummary createPatientSummary()
PatientSummary
public Alternatives createAlternatives()
Alternatives
public Alternative createAlternative()
Alternative
Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.