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.geotools.coverageio.netcdf.cf
|
Modifier and Type | Method and Description |
---|---|
Alias |
createAlias()
Create an instance of
Alias |
JAXBElement<String> |
createAmip(String value)
|
JAXBElement<String> |
createCanonicalUnits(String value)
|
JAXBElement<String> |
createContact(String value)
|
JAXBElement<String> |
createDescription(String value)
|
Entry |
createEntry()
Create an instance of
Entry |
JAXBElement<Object> |
createEntryId(Object value)
|
JAXBElement<String> |
createGrib(String value)
|
JAXBElement<String> |
createInstitution(String value)
|
JAXBElement<XMLGregorianCalendar> |
createLastModified(XMLGregorianCalendar value)
|
StandardNameTable |
createStandardNameTable()
Create an instance of
StandardNameTable |
JAXBElement<String> |
createVersionNumber(String value)
|
public ObjectFactory()
public StandardNameTable createStandardNameTable()
StandardNameTable
public JAXBElement<Object> createEntryId(Object value)
public JAXBElement<XMLGregorianCalendar> createLastModified(XMLGregorianCalendar value)
public JAXBElement<String> createCanonicalUnits(String value)
public JAXBElement<String> createDescription(String value)
public JAXBElement<String> createVersionNumber(String value)
public JAXBElement<String> createAmip(String value)
public JAXBElement<String> createGrib(String value)
public JAXBElement<String> createContact(String value)
public JAXBElement<String> createInstitution(String value)
Copyright © 1996–2019 Geotools. All rights reserved.