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.srv.v_20060504
|
public ObjectFactory()
public SVServiceSpecificationType createSVServiceSpecificationType()
SVServiceSpecificationTypepublic SVPlatformNeutralServiceSpecificationType createSVPlatformNeutralServiceSpecificationType()
SVPlatformNeutralServiceSpecificationTypepublic SVPlatformSpecificServiceSpecificationType createSVPlatformSpecificServiceSpecificationType()
SVPlatformSpecificServiceSpecificationTypepublic SVServiceTypeType createSVServiceTypeType()
SVServiceTypeTypepublic SVPortType createSVPortType()
SVPortTypepublic SVServiceType createSVServiceType()
SVServiceTypepublic SVInterfaceType createSVInterfaceType()
SVInterfaceTypepublic SVPortSpecificationType createSVPortSpecificationType()
SVPortSpecificationTypepublic SVOperationType createSVOperationType()
SVOperationTypepublic SVParameterType createSVParameterType()
SVParameterTypepublic SVOperationMetadataType createSVOperationMetadataType()
SVOperationMetadataTypepublic SVServiceIdentificationType createSVServiceIdentificationType()
SVServiceIdentificationTypepublic SVOperationChainType createSVOperationChainType()
SVOperationChainTypepublic SVOperationChainMetadataType createSVOperationChainMetadataType()
SVOperationChainMetadataTypepublic SVCoupledResourceType createSVCoupledResourceType()
SVCoupledResourceTypepublic SVServiceSpecificationPropertyType createSVServiceSpecificationPropertyType()
SVServiceSpecificationPropertyTypepublic SVPlatformNeutralServiceSpecificationPropertyType createSVPlatformNeutralServiceSpecificationPropertyType()
SVPlatformNeutralServiceSpecificationPropertyTypepublic SVPlatformSpecificServiceSpecificationPropertyType createSVPlatformSpecificServiceSpecificationPropertyType()
SVPlatformSpecificServiceSpecificationPropertyTypepublic SVServiceTypePropertyType createSVServiceTypePropertyType()
SVServiceTypePropertyTypepublic SVPortPropertyType createSVPortPropertyType()
SVPortPropertyTypepublic SVServicePropertyType createSVServicePropertyType()
SVServicePropertyTypepublic SVInterfacePropertyType createSVInterfacePropertyType()
SVInterfacePropertyTypepublic SVPortSpecificationPropertyType createSVPortSpecificationPropertyType()
SVPortSpecificationPropertyTypepublic SVOperationPropertyType createSVOperationPropertyType()
SVOperationPropertyTypepublic SVOperationModelPropertyType createSVOperationModelPropertyType()
SVOperationModelPropertyTypepublic SVParameterPropertyType createSVParameterPropertyType()
SVParameterPropertyTypepublic SVOperationMetadataPropertyType createSVOperationMetadataPropertyType()
SVOperationMetadataPropertyTypepublic SVServiceIdentificationPropertyType createSVServiceIdentificationPropertyType()
SVServiceIdentificationPropertyTypepublic SVOperationChainPropertyType createSVOperationChainPropertyType()
SVOperationChainPropertyTypepublic SVOperationChainMetadataPropertyType createSVOperationChainMetadataPropertyType()
SVOperationChainMetadataPropertyTypepublic SVCoupledResourcePropertyType createSVCoupledResourcePropertyType()
SVCoupledResourcePropertyTypepublic SVParameterDirectionPropertyType createSVParameterDirectionPropertyType()
SVParameterDirectionPropertyTypepublic DCPListPropertyType createDCPListPropertyType()
DCPListPropertyTypepublic SVCouplingTypePropertyType createSVCouplingTypePropertyType()
SVCouplingTypePropertyTypepublic javax.xml.bind.JAXBElement<SVServiceSpecificationType> createSVServiceSpecification(SVServiceSpecificationType value)
value - Java instance representing xml element's value.JAXBElement<SVServiceSpecificationType>public javax.xml.bind.JAXBElement<SVPlatformNeutralServiceSpecificationType> createSVPlatformNeutralServiceSpecification(SVPlatformNeutralServiceSpecificationType value)
value - Java instance representing xml element's value.JAXBElement<SVPlatformNeutralServiceSpecificationType>public javax.xml.bind.JAXBElement<SVPlatformSpecificServiceSpecificationType> createSVPlatformSpecificServiceSpecification(SVPlatformSpecificServiceSpecificationType value)
value - Java instance representing xml element's value.JAXBElement<SVPlatformSpecificServiceSpecificationType>public javax.xml.bind.JAXBElement<SVServiceTypeType> createSVServiceType(SVServiceTypeType value)
value - Java instance representing xml element's value.JAXBElement<SVServiceTypeType>public javax.xml.bind.JAXBElement<SVPortType> createSVPort(SVPortType value)
value - Java instance representing xml element's value.JAXBElement<SVPortType>public javax.xml.bind.JAXBElement<SVServiceType> createSVService(SVServiceType value)
value - Java instance representing xml element's value.JAXBElement<SVServiceType>public javax.xml.bind.JAXBElement<SVInterfaceType> createSVInterface(SVInterfaceType value)
value - Java instance representing xml element's value.JAXBElement<SVInterfaceType>public javax.xml.bind.JAXBElement<SVPortSpecificationType> createSVPortSpecification(SVPortSpecificationType value)
value - Java instance representing xml element's value.JAXBElement<SVPortSpecificationType>public javax.xml.bind.JAXBElement<SVOperationType> createSVOperation(SVOperationType value)
value - Java instance representing xml element's value.JAXBElement<SVOperationType>public javax.xml.bind.JAXBElement<SVOperationModelType> createSVOperationModel(SVOperationModelType value)
value - Java instance representing xml element's value.JAXBElement<SVOperationModelType>public javax.xml.bind.JAXBElement<SVParameterType> createSVParameter(SVParameterType value)
value - Java instance representing xml element's value.JAXBElement<SVParameterType>public javax.xml.bind.JAXBElement<SVOperationMetadataType> createSVOperationMetadata(SVOperationMetadataType value)
value - Java instance representing xml element's value.JAXBElement<SVOperationMetadataType>public javax.xml.bind.JAXBElement<SVServiceIdentificationType> createSVServiceIdentification(SVServiceIdentificationType value)
value - Java instance representing xml element's value.JAXBElement<SVServiceIdentificationType>public javax.xml.bind.JAXBElement<SVOperationChainType> createSVOperationChain(SVOperationChainType value)
value - Java instance representing xml element's value.JAXBElement<SVOperationChainType>public javax.xml.bind.JAXBElement<SVOperationChainMetadataType> createSVOperationChainMetadata(SVOperationChainMetadataType value)
value - Java instance representing xml element's value.JAXBElement<SVOperationChainMetadataType>public javax.xml.bind.JAXBElement<SVCoupledResourceType> createSVCoupledResource(SVCoupledResourceType value)
value - Java instance representing xml element's value.JAXBElement<SVCoupledResourceType>public javax.xml.bind.JAXBElement<SVParameterDirectionType> createSVParameterDirection(SVParameterDirectionType value)
value - Java instance representing xml element's value.JAXBElement<SVParameterDirectionType>public javax.xml.bind.JAXBElement<CodeListValueType> createDCPList(CodeListValueType value)
value - Java instance representing xml element's value.JAXBElement<CodeListValueType>public javax.xml.bind.JAXBElement<CodeListValueType> createSVCouplingType(CodeListValueType value)
value - Java instance representing xml element's value.JAXBElement<CodeListValueType>Copyright © 2008-2022. All Rights Reserved.