Class ObjectFactory
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.iso19139.gco.v_20070417 package.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 Summary
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createTypeNameType
public TypeNameType createTypeNameType()
Create an instance ofTypeNameType
-
createMemberNameType
public MemberNameType createMemberNameType()
Create an instance ofMemberNameType
-
createMultiplicityType
public MultiplicityType createMultiplicityType()
Create an instance ofMultiplicityType
-
createMultiplicityRangeType
public MultiplicityRangeType createMultiplicityRangeType()
Create an instance ofMultiplicityRangeType
-
createUnlimitedIntegerType
public UnlimitedIntegerType createUnlimitedIntegerType()
Create an instance ofUnlimitedIntegerType
-
createRecordTypeType
public RecordTypeType createRecordTypeType()
Create an instance ofRecordTypeType
-
createBinaryType
public BinaryType createBinaryType()
Create an instance ofBinaryType
-
createTypeNamePropertyType
public TypeNamePropertyType createTypeNamePropertyType()
Create an instance ofTypeNamePropertyType
-
createMemberNamePropertyType
public MemberNamePropertyType createMemberNamePropertyType()
Create an instance ofMemberNamePropertyType
-
createMultiplicityPropertyType
public MultiplicityPropertyType createMultiplicityPropertyType()
Create an instance ofMultiplicityPropertyType
-
createMultiplicityRangePropertyType
public MultiplicityRangePropertyType createMultiplicityRangePropertyType()
Create an instance ofMultiplicityRangePropertyType
-
createMeasurePropertyType
public MeasurePropertyType createMeasurePropertyType()
Create an instance ofMeasurePropertyType
-
createLengthPropertyType
public LengthPropertyType createLengthPropertyType()
Create an instance ofLengthPropertyType
-
createAnglePropertyType
public AnglePropertyType createAnglePropertyType()
Create an instance ofAnglePropertyType
-
createScalePropertyType
public ScalePropertyType createScalePropertyType()
Create an instance ofScalePropertyType
-
createDistancePropertyType
public DistancePropertyType createDistancePropertyType()
Create an instance ofDistancePropertyType
-
createCharacterStringPropertyType
public CharacterStringPropertyType createCharacterStringPropertyType()
Create an instance ofCharacterStringPropertyType
-
createBooleanPropertyType
public BooleanPropertyType createBooleanPropertyType()
Create an instance ofBooleanPropertyType
-
createGenericNamePropertyType
public GenericNamePropertyType createGenericNamePropertyType()
Create an instance ofGenericNamePropertyType
-
createLocalNamePropertyType
public LocalNamePropertyType createLocalNamePropertyType()
Create an instance ofLocalNamePropertyType
-
createScopedNamePropertyType
public ScopedNamePropertyType createScopedNamePropertyType()
Create an instance ofScopedNamePropertyType
-
createUomAnglePropertyType
public UomAnglePropertyType createUomAnglePropertyType()
Create an instance ofUomAnglePropertyType
-
createUomLengthPropertyType
public UomLengthPropertyType createUomLengthPropertyType()
Create an instance ofUomLengthPropertyType
-
createUomScalePropertyType
public UomScalePropertyType createUomScalePropertyType()
Create an instance ofUomScalePropertyType
-
createUnitOfMeasurePropertyType
public UnitOfMeasurePropertyType createUnitOfMeasurePropertyType()
Create an instance ofUnitOfMeasurePropertyType
-
createUomAreaPropertyType
public UomAreaPropertyType createUomAreaPropertyType()
Create an instance ofUomAreaPropertyType
-
createUomVelocityPropertyType
public UomVelocityPropertyType createUomVelocityPropertyType()
Create an instance ofUomVelocityPropertyType
-
createUomTimePropertyType
public UomTimePropertyType createUomTimePropertyType()
Create an instance ofUomTimePropertyType
-
createUomVolumePropertyType
public UomVolumePropertyType createUomVolumePropertyType()
Create an instance ofUomVolumePropertyType
-
createDateTimePropertyType
public DateTimePropertyType createDateTimePropertyType()
Create an instance ofDateTimePropertyType
-
createDatePropertyType
public DatePropertyType createDatePropertyType()
Create an instance ofDatePropertyType
-
createNumberPropertyType
public NumberPropertyType createNumberPropertyType()
Create an instance ofNumberPropertyType
-
createDecimalPropertyType
public DecimalPropertyType createDecimalPropertyType()
Create an instance ofDecimalPropertyType
-
createRealPropertyType
public RealPropertyType createRealPropertyType()
Create an instance ofRealPropertyType
-
createIntegerPropertyType
public IntegerPropertyType createIntegerPropertyType()
Create an instance ofIntegerPropertyType
-
createUnlimitedIntegerPropertyType
public UnlimitedIntegerPropertyType createUnlimitedIntegerPropertyType()
Create an instance ofUnlimitedIntegerPropertyType
-
createRecordPropertyType
public RecordPropertyType createRecordPropertyType()
Create an instance ofRecordPropertyType
-
createRecordTypePropertyType
public RecordTypePropertyType createRecordTypePropertyType()
Create an instance ofRecordTypePropertyType
-
createBinaryPropertyType
public BinaryPropertyType createBinaryPropertyType()
Create an instance ofBinaryPropertyType
-
createObjectReferencePropertyType
public ObjectReferencePropertyType createObjectReferencePropertyType()
Create an instance ofObjectReferencePropertyType
-
createCodeListValueType
public CodeListValueType createCodeListValueType()
Create an instance ofCodeListValueType
-
createTypeName
public jakarta.xml.bind.JAXBElement<TypeNameType> createTypeName(TypeNameType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TypeNameType>
-
createMemberName
public jakarta.xml.bind.JAXBElement<MemberNameType> createMemberName(MemberNameType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MemberNameType>
-
createMultiplicity
public jakarta.xml.bind.JAXBElement<MultiplicityType> createMultiplicity(MultiplicityType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MultiplicityType>
-
createMultiplicityRange
public jakarta.xml.bind.JAXBElement<MultiplicityRangeType> createMultiplicityRange(MultiplicityRangeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MultiplicityRangeType>
-
createMeasure
public jakarta.xml.bind.JAXBElement<MeasureType> createMeasure(MeasureType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MeasureType>
-
createLength
public jakarta.xml.bind.JAXBElement<LengthType> createLength(LengthType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LengthType>
-
createAngle
public jakarta.xml.bind.JAXBElement<AngleType> createAngle(AngleType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AngleType>
-
createScale
public jakarta.xml.bind.JAXBElement<ScaleType> createScale(ScaleType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ScaleType>
-
createDistance
public jakarta.xml.bind.JAXBElement<LengthType> createDistance(LengthType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LengthType>
-
createCharacterString
public jakarta.xml.bind.JAXBElement<String> createCharacterString(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createBoolean
public jakarta.xml.bind.JAXBElement<Boolean> createBoolean(Boolean value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createAbstractGenericName
public jakarta.xml.bind.JAXBElement<CodeType> createAbstractGenericName(CodeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CodeType>
-
createLocalName
public jakarta.xml.bind.JAXBElement<CodeType> createLocalName(CodeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CodeType>
-
createScopedName
public jakarta.xml.bind.JAXBElement<CodeType> createScopedName(CodeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CodeType>
-
createDateTime
public jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> createDateTime(XMLGregorianCalendar value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XMLGregorianCalendar>
-
createDate
public jakarta.xml.bind.JAXBElement<String> createDate(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createDecimal
public jakarta.xml.bind.JAXBElement<BigDecimal> createDecimal(BigDecimal value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigDecimal>
-
createReal
public jakarta.xml.bind.JAXBElement<Double> createReal(Double value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Double>
-
createInteger
public jakarta.xml.bind.JAXBElement<BigInteger> createInteger(BigInteger value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createUnlimitedInteger
public jakarta.xml.bind.JAXBElement<UnlimitedIntegerType> createUnlimitedInteger(UnlimitedIntegerType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UnlimitedIntegerType>
-
createRecord
public jakarta.xml.bind.JAXBElement<Object> createRecord(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createRecordType
public jakarta.xml.bind.JAXBElement<RecordTypeType> createRecordType(RecordTypeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RecordTypeType>
-
createBinary
public jakarta.xml.bind.JAXBElement<BinaryType> createBinary(BinaryType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinaryType>
-
createAbstractObject
public jakarta.xml.bind.JAXBElement<AbstractObjectType> createAbstractObject(AbstractObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractObjectType>
-
-