be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Class ObjectFactory

java.lang.Object
  extended by javax.xml.bind.JAXBContext
      extended by be.ac.ulg.montefiore.run.totem.util.jaxb.runtime.DefaultJAXBContextImpl
          extended by be.ac.ulg.montefiore.run.totem.domain.model.jaxb.ObjectFactory

public class ObjectFactory
extends DefaultJAXBContextImpl

This object contains factory methods for each Java content interface and Java element interface generated in the be.ac.ulg.montefiore.run.totem.domain.model.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.


Field Summary
static GrammarInfo grammarInfo
           
static java.lang.Class version
           
 
Fields inherited from class javax.xml.bind.JAXBContext
JAXB_CONTEXT_FACTORY
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.ac.ulg.montefiore.run.totem.domain.model.jaxb
 
Method Summary
 Bgp createBgp()
          Create an instance of Bgp
 BgpFilter createBgpFilter()
          Create an instance of BgpFilter
 BgpFilter.RuleType createBgpFilterRuleType()
          Create an instance of BgpFilterRuleType
 BgpFilter.RuleType.ActionType createBgpFilterRuleTypeActionType()
          Create an instance of BgpFilterRuleTypeActionType
 BgpNeighbor createBgpNeighbor()
          Create an instance of BgpNeighbor
 BgpNeighbor.FiltersType createBgpNeighborFiltersType()
          Create an instance of BgpNeighborFiltersType
 BgpNetwork createBgpNetwork()
          Create an instance of BgpNetwork
 BgpRouter createBgpRouter()
          Create an instance of BgpRouter
 BgpRouter.NeighborsType createBgpRouterNeighborsType()
          Create an instance of BgpRouterNeighborsType
 BgpRouter.NetworksType createBgpRouterNetworksType()
          Create an instance of BgpRouterNetworksType
 Bgp.RoutersType createBgpRoutersType()
          Create an instance of BgpRoutersType
 Domain createDomain()
          Create an instance of Domain
 DomainType createDomainType()
          Create an instance of DomainType
 Igp createIgp()
          Create an instance of Igp
 Igp.IgpLinksType createIgpIgpLinksType()
          Create an instance of IgpIgpLinksType
 Igp.LinksType createIgpLinksType()
          Create an instance of IgpLinksType
 Information createInformation()
          Create an instance of Information
 Information.DiffServType createInformationDiffServType()
          Create an instance of InformationDiffServType
 Information.DiffServType.PriorityType createInformationDiffServTypePriorityType()
          Create an instance of InformationDiffServTypePriorityType
 Information.SrlgsType createInformationSrlgsType()
          Create an instance of InformationSrlgsType
 Information.SrlgsType.SrlgType createInformationSrlgsTypeSrlgType()
          Create an instance of InformationSrlgsTypeSrlgType
 Information.UnitsType createInformationUnitsType()
          Create an instance of InformationUnitsType
 Link createLink()
          Create an instance of Link
 Link.FromType createLinkFromType()
          Create an instance of LinkFromType
 LinkIgp createLinkIgp()
          Create an instance of LinkIgp
 LinkIgp.DynamicType createLinkIgpDynamicType()
          Create an instance of LinkIgpDynamicType
 LinkIgp.DynamicType.RbwType createLinkIgpDynamicTypeRbwType()
          Create an instance of LinkIgpDynamicTypeRbwType
 LinkIgp.DynamicType.RbwType.PriorityType createLinkIgpDynamicTypeRbwTypePriorityType()
          Create an instance of LinkIgpDynamicTypeRbwTypePriorityType
 LinkIgp.StaticType createLinkIgpStaticType()
          Create an instance of LinkIgpStaticType
 LinkIgp.StaticType.DiffServType createLinkIgpStaticTypeDiffServType()
          Create an instance of LinkIgpStaticTypeDiffServType
 LinkIgp.StaticType.DiffServType.BcType createLinkIgpStaticTypeDiffServTypeBcType()
          Create an instance of LinkIgpStaticTypeDiffServTypeBcType
 Link.SrlgsType createLinkSrlgsType()
          Create an instance of LinkSrlgsType
 Link.ToType createLinkToType()
          Create an instance of LinkToType
 Lsp createLsp()
          Create an instance of Lsp
 Lsp.BackupType createLspBackupType()
          Create an instance of LspBackupType
 Lsp.BackupType.ProtectedLinksType createLspBackupTypeProtectedLinksType()
          Create an instance of LspBackupTypeProtectedLinksType
 Lsp.DiffServType createLspDiffServType()
          Create an instance of LspDiffServType
 Lsp.DiffServType.PreemptionType createLspDiffServTypePreemptionType()
          Create an instance of LspDiffServTypePreemptionType
 Lsp.PathType createLspPathType()
          Create an instance of LspPathType
 Mpls createMpls()
          Create an instance of Mpls
 Node createNode()
          Create an instance of Node
 NodeInterface createNodeInterface()
          Create an instance of NodeInterface
 NodeInterface.IpType createNodeInterfaceIpType()
          Create an instance of NodeInterfaceIpType
 Node.InterfacesType createNodeInterfacesType()
          Create an instance of NodeInterfacesType
 Node.LocationType createNodeLocationType()
          Create an instance of NodeLocationType
 Topology createTopology()
          Create an instance of Topology
 Topology.LinksType createTopologyLinksType()
          Create an instance of TopologyLinksType
 Topology.NodesType createTopologyNodesType()
          Create an instance of TopologyNodesType
 Unit createUnit()
          Create an instance of Unit
 UnitType createUnitType()
          Create an instance of UnitType
 java.lang.Object getProperty(java.lang.String name)
          Get the specified property.
 java.lang.Object newInstance(java.lang.Class javaContentInterface)
          Create an instance of the specified Java content interface.
 void setProperty(java.lang.String name, java.lang.Object value)
          Set the specified property.
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.util.jaxb.runtime.DefaultJAXBContextImpl
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
 
Methods inherited from class javax.xml.bind.JAXBContext
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grammarInfo

public static final GrammarInfo grammarInfo

version

public static final java.lang.Class version
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: be.ac.ulg.montefiore.run.totem.domain.model.jaxb

Method Detail

newInstance

public java.lang.Object newInstance(java.lang.Class javaContentInterface)
                             throws javax.xml.bind.JAXBException
Create an instance of the specified Java content interface.

Overrides:
newInstance in class DefaultJAXBContextImpl
Parameters:
javaContentInterface - the Class object of the javacontent interface to instantiate
Returns:
a new instance
Throws:
JAXBException - if an error occurs

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Get the specified property. This method can only be used to get provider specific properties. Attempting to get an undefined property will result in a PropertyException being thrown.

Overrides:
getProperty in class DefaultJAXBContextImpl
Parameters:
name - the name of the property to retrieve
Returns:
the value of the requested property
Throws:
PropertyException - when there is an error retrieving the given property or value

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Set the specified property. This method can only be used to set provider specific properties. Attempting to set an undefined property will result in a PropertyException being thrown.

Overrides:
setProperty in class DefaultJAXBContextImpl
Parameters:
value - the value of the property to be set
name - the name of the property to retrieve
Throws:
PropertyException - when there is an error processing the given property or value

createTopology

public Topology createTopology()
                        throws javax.xml.bind.JAXBException
Create an instance of Topology

Throws:
JAXBException - if an error occurs

createBgpFilter

public BgpFilter createBgpFilter()
                          throws javax.xml.bind.JAXBException
Create an instance of BgpFilter

Throws:
JAXBException - if an error occurs

createBgpFilterRuleTypeActionType

public BgpFilter.RuleType.ActionType createBgpFilterRuleTypeActionType()
                                                                throws javax.xml.bind.JAXBException
Create an instance of BgpFilterRuleTypeActionType

Throws:
JAXBException - if an error occurs

createNodeInterface

public NodeInterface createNodeInterface()
                                  throws javax.xml.bind.JAXBException
Create an instance of NodeInterface

Throws:
JAXBException - if an error occurs

createDomain

public Domain createDomain()
                    throws javax.xml.bind.JAXBException
Create an instance of Domain

Throws:
JAXBException - if an error occurs

createLinkIgpDynamicTypeRbwType

public LinkIgp.DynamicType.RbwType createLinkIgpDynamicTypeRbwType()
                                                            throws javax.xml.bind.JAXBException
Create an instance of LinkIgpDynamicTypeRbwType

Throws:
JAXBException - if an error occurs

createDomainType

public DomainType createDomainType()
                            throws javax.xml.bind.JAXBException
Create an instance of DomainType

Throws:
JAXBException - if an error occurs

createLsp

public Lsp createLsp()
              throws javax.xml.bind.JAXBException
Create an instance of Lsp

Throws:
JAXBException - if an error occurs

createBgpRouterNetworksType

public BgpRouter.NetworksType createBgpRouterNetworksType()
                                                   throws javax.xml.bind.JAXBException
Create an instance of BgpRouterNetworksType

Throws:
JAXBException - if an error occurs

createBgpRouterNeighborsType

public BgpRouter.NeighborsType createBgpRouterNeighborsType()
                                                     throws javax.xml.bind.JAXBException
Create an instance of BgpRouterNeighborsType

Throws:
JAXBException - if an error occurs

createLinkIgpDynamicTypeRbwTypePriorityType

public LinkIgp.DynamicType.RbwType.PriorityType createLinkIgpDynamicTypeRbwTypePriorityType()
                                                                                     throws javax.xml.bind.JAXBException
Create an instance of LinkIgpDynamicTypeRbwTypePriorityType

Throws:
JAXBException - if an error occurs

createLspBackupTypeProtectedLinksType

public Lsp.BackupType.ProtectedLinksType createLspBackupTypeProtectedLinksType()
                                                                        throws javax.xml.bind.JAXBException
Create an instance of LspBackupTypeProtectedLinksType

Throws:
JAXBException - if an error occurs

createLinkFromType

public Link.FromType createLinkFromType()
                                 throws javax.xml.bind.JAXBException
Create an instance of LinkFromType

Throws:
JAXBException - if an error occurs

createLinkIgpStaticType

public LinkIgp.StaticType createLinkIgpStaticType()
                                           throws javax.xml.bind.JAXBException
Create an instance of LinkIgpStaticType

Throws:
JAXBException - if an error occurs

createNodeInterfaceIpType

public NodeInterface.IpType createNodeInterfaceIpType()
                                               throws javax.xml.bind.JAXBException
Create an instance of NodeInterfaceIpType

Throws:
JAXBException - if an error occurs

createBgpRoutersType

public Bgp.RoutersType createBgpRoutersType()
                                     throws javax.xml.bind.JAXBException
Create an instance of BgpRoutersType

Throws:
JAXBException - if an error occurs

createMpls

public Mpls createMpls()
                throws javax.xml.bind.JAXBException
Create an instance of Mpls

Throws:
JAXBException - if an error occurs

createLspPathType

public Lsp.PathType createLspPathType()
                               throws javax.xml.bind.JAXBException
Create an instance of LspPathType

Throws:
JAXBException - if an error occurs

createBgpFilterRuleType

public BgpFilter.RuleType createBgpFilterRuleType()
                                           throws javax.xml.bind.JAXBException
Create an instance of BgpFilterRuleType

Throws:
JAXBException - if an error occurs

createLinkSrlgsType

public Link.SrlgsType createLinkSrlgsType()
                                   throws javax.xml.bind.JAXBException
Create an instance of LinkSrlgsType

Throws:
JAXBException - if an error occurs

createInformationSrlgsType

public Information.SrlgsType createInformationSrlgsType()
                                                 throws javax.xml.bind.JAXBException
Create an instance of InformationSrlgsType

Throws:
JAXBException - if an error occurs

createNodeLocationType

public Node.LocationType createNodeLocationType()
                                         throws javax.xml.bind.JAXBException
Create an instance of NodeLocationType

Throws:
JAXBException - if an error occurs

createInformation

public Information createInformation()
                              throws javax.xml.bind.JAXBException
Create an instance of Information

Throws:
JAXBException - if an error occurs

createTopologyLinksType

public Topology.LinksType createTopologyLinksType()
                                           throws javax.xml.bind.JAXBException
Create an instance of TopologyLinksType

Throws:
JAXBException - if an error occurs

createLinkIgpDynamicType

public LinkIgp.DynamicType createLinkIgpDynamicType()
                                             throws javax.xml.bind.JAXBException
Create an instance of LinkIgpDynamicType

Throws:
JAXBException - if an error occurs

createInformationDiffServType

public Information.DiffServType createInformationDiffServType()
                                                       throws javax.xml.bind.JAXBException
Create an instance of InformationDiffServType

Throws:
JAXBException - if an error occurs

createLinkIgpStaticTypeDiffServType

public LinkIgp.StaticType.DiffServType createLinkIgpStaticTypeDiffServType()
                                                                    throws javax.xml.bind.JAXBException
Create an instance of LinkIgpStaticTypeDiffServType

Throws:
JAXBException - if an error occurs

createNodeInterfacesType

public Node.InterfacesType createNodeInterfacesType()
                                             throws javax.xml.bind.JAXBException
Create an instance of NodeInterfacesType

Throws:
JAXBException - if an error occurs

createIgpLinksType

public Igp.LinksType createIgpLinksType()
                                 throws javax.xml.bind.JAXBException
Create an instance of IgpLinksType

Throws:
JAXBException - if an error occurs

createLinkIgp

public LinkIgp createLinkIgp()
                      throws javax.xml.bind.JAXBException
Create an instance of LinkIgp

Throws:
JAXBException - if an error occurs

createIgp

public Igp createIgp()
              throws javax.xml.bind.JAXBException
Create an instance of Igp

Throws:
JAXBException - if an error occurs

createBgpNeighbor

public BgpNeighbor createBgpNeighbor()
                              throws javax.xml.bind.JAXBException
Create an instance of BgpNeighbor

Throws:
JAXBException - if an error occurs

createLinkToType

public Link.ToType createLinkToType()
                             throws javax.xml.bind.JAXBException
Create an instance of LinkToType

Throws:
JAXBException - if an error occurs

createNode

public Node createNode()
                throws javax.xml.bind.JAXBException
Create an instance of Node

Throws:
JAXBException - if an error occurs

createInformationUnitsType

public Information.UnitsType createInformationUnitsType()
                                                 throws javax.xml.bind.JAXBException
Create an instance of InformationUnitsType

Throws:
JAXBException - if an error occurs

createBgpNetwork

public BgpNetwork createBgpNetwork()
                            throws javax.xml.bind.JAXBException
Create an instance of BgpNetwork

Throws:
JAXBException - if an error occurs

createLspBackupType

public Lsp.BackupType createLspBackupType()
                                   throws javax.xml.bind.JAXBException
Create an instance of LspBackupType

Throws:
JAXBException - if an error occurs

createUnitType

public UnitType createUnitType()
                        throws javax.xml.bind.JAXBException
Create an instance of UnitType

Throws:
JAXBException - if an error occurs

createIgpIgpLinksType

public Igp.IgpLinksType createIgpIgpLinksType()
                                       throws javax.xml.bind.JAXBException
Create an instance of IgpIgpLinksType

Throws:
JAXBException - if an error occurs

createBgpRouter

public BgpRouter createBgpRouter()
                          throws javax.xml.bind.JAXBException
Create an instance of BgpRouter

Throws:
JAXBException - if an error occurs

createInformationSrlgsTypeSrlgType

public Information.SrlgsType.SrlgType createInformationSrlgsTypeSrlgType()
                                                                  throws javax.xml.bind.JAXBException
Create an instance of InformationSrlgsTypeSrlgType

Throws:
JAXBException - if an error occurs

createInformationDiffServTypePriorityType

public Information.DiffServType.PriorityType createInformationDiffServTypePriorityType()
                                                                                throws javax.xml.bind.JAXBException
Create an instance of InformationDiffServTypePriorityType

Throws:
JAXBException - if an error occurs

createTopologyNodesType

public Topology.NodesType createTopologyNodesType()
                                           throws javax.xml.bind.JAXBException
Create an instance of TopologyNodesType

Throws:
JAXBException - if an error occurs

createBgpNeighborFiltersType

public BgpNeighbor.FiltersType createBgpNeighborFiltersType()
                                                     throws javax.xml.bind.JAXBException
Create an instance of BgpNeighborFiltersType

Throws:
JAXBException - if an error occurs

createBgp

public Bgp createBgp()
              throws javax.xml.bind.JAXBException
Create an instance of Bgp

Throws:
JAXBException - if an error occurs

createLspDiffServTypePreemptionType

public Lsp.DiffServType.PreemptionType createLspDiffServTypePreemptionType()
                                                                    throws javax.xml.bind.JAXBException
Create an instance of LspDiffServTypePreemptionType

Throws:
JAXBException - if an error occurs

createLinkIgpStaticTypeDiffServTypeBcType

public LinkIgp.StaticType.DiffServType.BcType createLinkIgpStaticTypeDiffServTypeBcType()
                                                                                 throws javax.xml.bind.JAXBException
Create an instance of LinkIgpStaticTypeDiffServTypeBcType

Throws:
JAXBException - if an error occurs

createLspDiffServType

public Lsp.DiffServType createLspDiffServType()
                                       throws javax.xml.bind.JAXBException
Create an instance of LspDiffServType

Throws:
JAXBException - if an error occurs

createLink

public Link createLink()
                throws javax.xml.bind.JAXBException
Create an instance of Link

Throws:
JAXBException - if an error occurs

createUnit

public Unit createUnit()
                throws javax.xml.bind.JAXBException
Create an instance of Unit

Throws:
JAXBException - if an error occurs


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.