All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cisco.oss.foundation.configuration.xml.jaxb.ObjectFactory Maven / Gradle / Ivy

Go to download

This project is the api library for configuration in the cisco vss foundation runtime

There is a newer version: 1.1.0-1
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2014.08.11 at 06:03:39 AM EDT 
//


package com.cisco.oss.foundation.configuration.xml.jaxb;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.cisco.oss.foundation.configuration.xml.jaxb 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.cisco.oss.foundation.configuration.xml.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link HierarchyTree } * */ public HierarchyTree createHierarchyTree() { return new HierarchyTree(); } /** * Create an instance of {@link HierarchyNode } * */ public HierarchyNode createHierarchyNode() { return new HierarchyNode(); } /** * Create an instance of {@link ParameterInstantiations } * */ public ParameterInstantiations createParameterInstantiations() { return new ParameterInstantiations(); } /** * Create an instance of {@link ComponentDetailsResponse } * */ public ComponentDetailsResponse createComponentDetailsResponse() { return new ComponentDetailsResponse(); } /** * Create an instance of {@link ComponentInstallation } * */ public ComponentInstallation createComponentInstallation() { return new ComponentInstallation(); } /** * Create an instance of {@link ConfigurationOperations } * */ public ConfigurationOperations createConfigurationOperations() { return new ConfigurationOperations(); } /** * Create an instance of {@link Operation } * */ public Operation createOperation() { return new Operation(); } /** * Create an instance of {@link ConfigurationResponse } * */ public ConfigurationResponse createConfigurationResponse() { return new ConfigurationResponse(); } /** * Create an instance of {@link NamespaceParameters } * */ public NamespaceParameters createNamespaceParameters() { return new NamespaceParameters(); } /** * Create an instance of {@link ComponentInstances } * */ public ComponentInstances createComponentInstances() { return new ComponentInstances(); } /** * Create an instance of {@link InstallNewComponentOperation } * */ public InstallNewComponentOperation createInstallNewComponentOperation() { return new InstallNewComponentOperation(); } /** * Create an instance of {@link NamespaceDefinitions } * */ public NamespaceDefinitions createNamespaceDefinitions() { return new NamespaceDefinitions(); } /** * Create an instance of {@link NamespaceDefinition } * */ public NamespaceDefinition createNamespaceDefinition() { return new NamespaceDefinition(); } /** * Create an instance of {@link NamespaceIdentifier } * */ public NamespaceIdentifier createNamespaceIdentifier() { return new NamespaceIdentifier(); } /** * Create an instance of {@link StructureDefinition } * */ public StructureDefinition createStructureDefinition() { return new StructureDefinition(); } /** * Create an instance of {@link ParameterRange } * */ public ParameterRange createParameterRange() { return new ParameterRange(); } /** * Create an instance of {@link Update } * */ public Update createUpdate() { return new Update(); } /** * Create an instance of {@link DiscoveredBy } * */ public DiscoveredBy createDiscoveredBy() { return new DiscoveredBy(); } /** * Create an instance of {@link ValueRange } * */ public ValueRange createValueRange() { return new ValueRange(); } /** * Create an instance of {@link Add } * */ public Add createAdd() { return new Add(); } /** * Create an instance of {@link StructureMemberDefinition } * */ public StructureMemberDefinition createStructureMemberDefinition() { return new StructureMemberDefinition(); } /** * Create an instance of {@link NewParameterValue } * */ public NewParameterValue createNewParameterValue() { return new NewParameterValue(); } /** * Create an instance of {@link Component } * */ public Component createComponent() { return new Component(); } /** * Create an instance of {@link Delete } * */ public Delete createDelete() { return new Delete(); } /** * Create an instance of {@link Parameter } * */ public Parameter createParameter() { return new Parameter(); } /** * Create an instance of {@link LinkTo } * */ public LinkTo createLinkTo() { return new LinkTo(); } /** * Create an instance of {@link NamespaceDependency } * */ public NamespaceDependency createNamespaceDependency() { return new NamespaceDependency(); } /** * Create an instance of {@link ParameterType } * */ public ParameterType createParameterType() { return new ParameterType(); } /** * Create an instance of {@link PrimitiveValue } * */ public PrimitiveValue createPrimitiveValue() { return new PrimitiveValue(); } /** * Create an instance of {@link StringEnum } * */ public StringEnum createStringEnum() { return new StringEnum(); } /** * Create an instance of {@link EnabledBy } * */ public EnabledBy createEnabledBy() { return new EnabledBy(); } /** * Create an instance of {@link InstallationProperties } * */ public InstallationProperties createInstallationProperties() { return new InstallationProperties(); } /** * Create an instance of {@link RequiredParameter } * */ public RequiredParameter createRequiredParameter() { return new RequiredParameter(); } /** * Create an instance of {@link StructureValue } * */ public StructureValue createStructureValue() { return new StructureValue(); } /** * Create an instance of {@link ParameterOverride } * */ public ParameterOverride createParameterOverride() { return new ParameterOverride(); } /** * Create an instance of {@link ParameterValue } * */ public ParameterValue createParameterValue() { return new ParameterValue(); } /** * Create an instance of {@link StructureMemberValue } * */ public StructureMemberValue createStructureMemberValue() { return new StructureMemberValue(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy