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