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: com.sysomos.xml
|
Modifier and Type | Method and Description |
---|---|
BeatApi |
createBeatApi()
Create an instance of
BeatApi |
BeatApi.BeatRequest |
createBeatApiBeatRequest()
Create an instance of
BeatApi.BeatRequest |
BeatApi.BeatResponse |
createBeatApiBeatResponse()
Create an instance of
BeatApi.BeatResponse |
BeatApi.BeatResponse.Beat |
createBeatApiBeatResponseBeat()
Create an instance of
BeatApi.BeatResponse.Beat |
BeatApi.BeatResponse.Beat.Location |
createBeatApiBeatResponseBeatLocation()
Create an instance of
BeatApi.BeatResponse.Beat.Location |
BeatApi.BeatResponse.Beat.Tag |
createBeatApiBeatResponseBeatTag()
Create an instance of
BeatApi.BeatResponse.Beat.Tag |
BeatApi.Errors |
createBeatApiErrors()
Create an instance of
BeatApi.Errors |
public ObjectFactory()
public BeatApi.BeatResponse createBeatApiBeatResponse()
BeatApi.BeatResponse
public BeatApi.BeatResponse.Beat createBeatApiBeatResponseBeat()
BeatApi.BeatResponse.Beat
public BeatApi.BeatRequest createBeatApiBeatRequest()
BeatApi.BeatRequest
public BeatApi.Errors createBeatApiErrors()
BeatApi.Errors
public BeatApi.BeatResponse.Beat.Location createBeatApiBeatResponseBeatLocation()
BeatApi.BeatResponse.Beat.Location
public BeatApi.BeatResponse.Beat.Tag createBeatApiBeatResponseBeatTag()
BeatApi.BeatResponse.Beat.Tag
Copyright © 2018 The Apache Software Foundation. All rights reserved.