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.isotc211._19112
|
public ObjectFactory()
public SICollectionType createSICollectionType()
SICollectionTypepublic SILocationInstanceType createSILocationInstanceType()
SILocationInstanceTypepublic SISpatialReferenceSystemUsingGeographicIdentifiersType createSISpatialReferenceSystemUsingGeographicIdentifiersType()
SISpatialReferenceSystemUsingGeographicIdentifiersTypepublic SILocationTypeType createSILocationTypeType()
SILocationTypeTypepublic SIGazetteerType createSIGazetteerType()
SIGazetteerTypepublic AlternativeGeographicIdentifier createAlternativeGeographicIdentifier()
AlternativeGeographicIdentifierpublic LanguageStringType createLanguageStringType()
LanguageStringTypepublic AlternativeGeographicIdentifiersPropertyType createAlternativeGeographicIdentifiersPropertyType()
AlternativeGeographicIdentifiersPropertyTypepublic SICollectionType.FeatureMember createSICollectionTypeFeatureMember()
SICollectionType.FeatureMemberpublic JAXBElement<SICollectionType> createSICollection(SICollectionType value)
public JAXBElement<SISpatialReferenceSystemUsingGeographicIdentifiersType> createSISpatialReferenceSystemUsingGeographicIdentifiers(SISpatialReferenceSystemUsingGeographicIdentifiersType value)
public JAXBElement<SILocationTypeType> createSILocationType(SILocationTypeType value)
public JAXBElement<SIGazetteerType> createSIGazetteer(SIGazetteerType value)
public JAXBElement<SILocationInstanceType> createSILocationInstance(SILocationInstanceType value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.