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._2005.gco
|
public ObjectFactory()
public CodeListValueType createCodeListValueType()
CodeListValueTypepublic TypeNameType createTypeNameType()
TypeNameTypepublic MemberNameType createMemberNameType()
MemberNameTypepublic MultiplicityType createMultiplicityType()
MultiplicityTypepublic MultiplicityRangeType createMultiplicityRangeType()
MultiplicityRangeTypepublic UnlimitedIntegerType createUnlimitedIntegerType()
UnlimitedIntegerTypepublic RecordTypeType createRecordTypeType()
RecordTypeTypepublic BinaryType createBinaryType()
BinaryTypepublic ObjectReferencePropertyType createObjectReferencePropertyType()
ObjectReferencePropertyTypepublic 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 JAXBElement<String> createCharacterString(String value)
public JAXBElement<AbstractObjectType> createAbstractObject(AbstractObjectType value)
public JAXBElement<TypeNameType> createTypeName(TypeNameType value)
public JAXBElement<MemberNameType> createMemberName(MemberNameType value)
public JAXBElement<MultiplicityType> createMultiplicity(MultiplicityType value)
public JAXBElement<MultiplicityRangeType> createMultiplicityRange(MultiplicityRangeType value)
public JAXBElement<net.opengis.gml.v_3_2_1.MeasureType> createMeasure(net.opengis.gml.v_3_2_1.MeasureType value)
public JAXBElement<net.opengis.gml.v_3_2_1.LengthType> createLength(net.opengis.gml.v_3_2_1.LengthType value)
public JAXBElement<net.opengis.gml.v_3_2_1.AngleType> createAngle(net.opengis.gml.v_3_2_1.AngleType value)
public JAXBElement<net.opengis.gml.v_3_2_1.ScaleType> createScale(net.opengis.gml.v_3_2_1.ScaleType value)
public JAXBElement<net.opengis.gml.v_3_2_1.LengthType> createDistance(net.opengis.gml.v_3_2_1.LengthType value)
public JAXBElement<Boolean> createBoolean(Boolean value)
public JAXBElement<net.opengis.gml.v_3_2_1.CodeType> createAbstractGenericName(net.opengis.gml.v_3_2_1.CodeType value)
public JAXBElement<net.opengis.gml.v_3_2_1.CodeType> createLocalName(net.opengis.gml.v_3_2_1.CodeType value)
public JAXBElement<net.opengis.gml.v_3_2_1.CodeType> createScopedName(net.opengis.gml.v_3_2_1.CodeType value)
public JAXBElement<XMLGregorianCalendar> createDateTime(XMLGregorianCalendar value)
public JAXBElement<String> createDate(String value)
public JAXBElement<BigDecimal> createDecimal(BigDecimal value)
public JAXBElement<Double> createReal(Double value)
public JAXBElement<BigInteger> createInteger(BigInteger value)
public JAXBElement<UnlimitedIntegerType> createUnlimitedInteger(UnlimitedIntegerType value)
public JAXBElement<Object> createRecord(Object value)
public JAXBElement<RecordTypeType> createRecordType(RecordTypeType value)
public JAXBElement<BinaryType> createBinary(BinaryType value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.