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: net.di2e.jaxb.cdr.describe.sp
|
public ObjectFactory()
public ServiceType createServiceType()
ServiceTypepublic ServiceProvider createServiceProvider()
ServiceProviderpublic GeneralInfoType createGeneralInfoType()
GeneralInfoTypepublic ExtensionType createExtensionType()
ExtensionTypepublic ServiceCapabilitiesType createServiceCapabilitiesType()
ServiceCapabilitiesTypepublic ConformanceType createConformanceType()
ConformanceTypepublic AddressType createAddressType()
AddressTypepublic SpecificationReferenceType createSpecificationReferenceType()
SpecificationReferenceTypepublic ServiceType.Type createServiceTypeType()
ServiceType.Typepublic JAXBElement<GeneralInfoType> createGeneralInfo(GeneralInfoType value)
public JAXBElement<ServiceType> createService(ServiceType value)
public JAXBElement<ExtensionType> createExtension(ExtensionType value)
public JAXBElement<ServiceCapabilitiesType> createServiceCapabilities(ServiceCapabilitiesType value)
public JAXBElement<ConformanceType> createConformance(ConformanceType value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.