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_20070417
|
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)
value - Java instance representing xml element's value.JAXBElement<TypeNameType>public javax.xml.bind.JAXBElement<MemberNameType> createMemberName(MemberNameType value)
value - Java instance representing xml element's value.JAXBElement<MemberNameType>public javax.xml.bind.JAXBElement<MultiplicityType> createMultiplicity(MultiplicityType value)
value - Java instance representing xml element's value.JAXBElement<MultiplicityType>public javax.xml.bind.JAXBElement<MultiplicityRangeType> createMultiplicityRange(MultiplicityRangeType value)
value - Java instance representing xml element's value.JAXBElement<MultiplicityRangeType>public javax.xml.bind.JAXBElement<MeasureType> createMeasure(MeasureType value)
value - Java instance representing xml element's value.JAXBElement<MeasureType>public javax.xml.bind.JAXBElement<LengthType> createLength(LengthType value)
value - Java instance representing xml element's value.JAXBElement<LengthType>public javax.xml.bind.JAXBElement<AngleType> createAngle(AngleType value)
value - Java instance representing xml element's value.JAXBElement<AngleType>public javax.xml.bind.JAXBElement<ScaleType> createScale(ScaleType value)
value - Java instance representing xml element's value.JAXBElement<ScaleType>public javax.xml.bind.JAXBElement<LengthType> createDistance(LengthType value)
value - Java instance representing xml element's value.JAXBElement<LengthType>public javax.xml.bind.JAXBElement<java.lang.String> createCharacterString(java.lang.String value)
JAXBElement<String>value - Java instance representing xml element's value.JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.Boolean> createBoolean(java.lang.Boolean value)
JAXBElement<Boolean>value - Java instance representing xml element's value.JAXBElement<Boolean>public javax.xml.bind.JAXBElement<CodeType> createAbstractGenericName(CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType>public javax.xml.bind.JAXBElement<CodeType> createLocalName(CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType>public javax.xml.bind.JAXBElement<CodeType> createScopedName(CodeType value)
value - Java instance representing xml element's value.JAXBElement<CodeType>public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createDateTime(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement<XMLGregorianCalendar>value - Java instance representing xml element's value.JAXBElement<XMLGregorianCalendar>public javax.xml.bind.JAXBElement<java.lang.String> createDate(java.lang.String value)
JAXBElement<String>value - Java instance representing xml element's value.JAXBElement<String>public javax.xml.bind.JAXBElement<java.math.BigDecimal> createDecimal(java.math.BigDecimal value)
JAXBElement<BigDecimal>value - Java instance representing xml element's value.JAXBElement<BigDecimal>public javax.xml.bind.JAXBElement<java.lang.Double> createReal(java.lang.Double value)
JAXBElement<Double>value - Java instance representing xml element's value.JAXBElement<Double>public javax.xml.bind.JAXBElement<java.math.BigInteger> createInteger(java.math.BigInteger value)
JAXBElement<BigInteger>value - Java instance representing xml element's value.JAXBElement<BigInteger>public javax.xml.bind.JAXBElement<UnlimitedIntegerType> createUnlimitedInteger(UnlimitedIntegerType value)
value - Java instance representing xml element's value.JAXBElement<UnlimitedIntegerType>public javax.xml.bind.JAXBElement<java.lang.Object> createRecord(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<RecordTypeType> createRecordType(RecordTypeType value)
value - Java instance representing xml element's value.JAXBElement<RecordTypeType>public javax.xml.bind.JAXBElement<BinaryType> createBinary(BinaryType value)
value - Java instance representing xml element's value.JAXBElement<BinaryType>public javax.xml.bind.JAXBElement<AbstractObjectType> createAbstractObject(AbstractObjectType value)
value - Java instance representing xml element's value.JAXBElement<AbstractObjectType>Copyright © 2008-2022. All Rights Reserved.