public class ObjectFactory
extends java.lang.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.opengis.iso19139.gco.v_20060504
|
public ObjectFactory()
public TypeNameType createTypeNameType()
TypeNameTypepublic MemberNameType createMemberNameType()
MemberNameTypepublic MultiplicityType createMultiplicityType()
MultiplicityTypepublic MultiplicityRangeType createMultiplicityRangeType()
MultiplicityRangeTypepublic UnlimitedIntegerType createUnlimitedIntegerType()
UnlimitedIntegerTypepublic RecordTypeType createRecordTypeType()
RecordTypeTypepublic BinaryType createBinaryType()
BinaryTypepublic TypeNamePropertyType createTypeNamePropertyType()
TypeNamePropertyTypepublic MemberNamePropertyType createMemberNamePropertyType()
MemberNamePropertyTypepublic MultiplicityPropertyType createMultiplicityPropertyType()
MultiplicityPropertyTypepublic MultiplicityRangePropertyType createMultiplicityRangePropertyType()
MultiplicityRangePropertyTypepublic MeasurePropertyType createMeasurePropertyType()
MeasurePropertyTypepublic LengthPropertyType createLengthPropertyType()
LengthPropertyTypepublic AnglePropertyType createAnglePropertyType()
AnglePropertyTypepublic ScalePropertyType createScalePropertyType()
ScalePropertyTypepublic DistancePropertyType createDistancePropertyType()
DistancePropertyTypepublic CharacterStringPropertyType createCharacterStringPropertyType()
CharacterStringPropertyTypepublic BooleanPropertyType createBooleanPropertyType()
BooleanPropertyTypepublic GenericNamePropertyType createGenericNamePropertyType()
GenericNamePropertyTypepublic LocalNamePropertyType createLocalNamePropertyType()
LocalNamePropertyTypepublic ScopedNamePropertyType createScopedNamePropertyType()
ScopedNamePropertyTypepublic UomAnglePropertyType createUomAnglePropertyType()
UomAnglePropertyTypepublic UomLengthPropertyType createUomLengthPropertyType()
UomLengthPropertyTypepublic UomScalePropertyType createUomScalePropertyType()
UomScalePropertyTypepublic UnitOfMeasurePropertyType createUnitOfMeasurePropertyType()
UnitOfMeasurePropertyTypepublic UomAreaPropertyType createUomAreaPropertyType()
UomAreaPropertyTypepublic UomVelocityPropertyType createUomVelocityPropertyType()
UomVelocityPropertyTypepublic UomTimePropertyType createUomTimePropertyType()
UomTimePropertyTypepublic UomVolumePropertyType createUomVolumePropertyType()
UomVolumePropertyTypepublic DateTimePropertyType createDateTimePropertyType()
DateTimePropertyTypepublic DatePropertyType createDatePropertyType()
DatePropertyTypepublic NumberPropertyType createNumberPropertyType()
NumberPropertyTypepublic DecimalPropertyType createDecimalPropertyType()
DecimalPropertyTypepublic RealPropertyType createRealPropertyType()
RealPropertyTypepublic IntegerPropertyType createIntegerPropertyType()
IntegerPropertyTypepublic UnlimitedIntegerPropertyType createUnlimitedIntegerPropertyType()
UnlimitedIntegerPropertyTypepublic RecordPropertyType createRecordPropertyType()
RecordPropertyTypepublic RecordTypePropertyType createRecordTypePropertyType()
RecordTypePropertyTypepublic BinaryPropertyType createBinaryPropertyType()
BinaryPropertyTypepublic ObjectReferencePropertyType createObjectReferencePropertyType()
ObjectReferencePropertyTypepublic CodeListValueType createCodeListValueType()
CodeListValueTypepublic javax.xml.bind.JAXBElement<TypeNameType> createTypeName(TypeNameType value)
public javax.xml.bind.JAXBElement<MemberNameType> createMemberName(MemberNameType value)
public javax.xml.bind.JAXBElement<MultiplicityType> createMultiplicity(MultiplicityType value)
public javax.xml.bind.JAXBElement<MultiplicityRangeType> createMultiplicityRange(MultiplicityRangeType value)
public javax.xml.bind.JAXBElement<MeasureType> createMeasure(MeasureType value)
public javax.xml.bind.JAXBElement<LengthType> createLength(LengthType value)
public javax.xml.bind.JAXBElement<LengthType> createDistance(LengthType value)
public javax.xml.bind.JAXBElement<java.lang.String> createCharacterString(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<java.lang.Boolean> createBoolean(java.lang.Boolean value)
JAXBElement<Boolean>}public javax.xml.bind.JAXBElement<CodeType> createAbstractGenericName(CodeType value)
public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createDateTime(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement<XMLGregorianCalendar>}public javax.xml.bind.JAXBElement<java.lang.String> createDate(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<java.math.BigDecimal> createDecimal(java.math.BigDecimal value)
JAXBElement<BigDecimal>}public javax.xml.bind.JAXBElement<java.lang.Double> createReal(java.lang.Double value)
JAXBElement<Double>}public javax.xml.bind.JAXBElement<java.math.BigInteger> createInteger(java.math.BigInteger value)
JAXBElement<BigInteger>}public javax.xml.bind.JAXBElement<UnlimitedIntegerType> createUnlimitedInteger(UnlimitedIntegerType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createRecord(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<RecordTypeType> createRecordType(RecordTypeType value)
public javax.xml.bind.JAXBElement<BinaryType> createBinary(BinaryType value)
public javax.xml.bind.JAXBElement<AbstractObjectType> createAbstractObject(AbstractObjectType value)
Copyright © 2008-2021. All Rights Reserved.