Class ObjectFactory


  • public class ObjectFactory
    extends java.lang.Object
    This object contains factory methods for each Java content interface and Java element interface generated in the org.onosproject.netconf.rpc 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 Detail

      • ObjectFactory

        public ObjectFactory()
        Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onosproject.netconf.rpc
    • Method Detail

      • createHello

        public Hello createHello()
        Create an instance of Hello
        Returns:
        hello message
      • createRpcType

        public RpcType createRpcType()
        Create an instance of RpcType
        Returns:
        rpc type
      • createRpcReplyType

        public RpcReplyType createRpcReplyType()
        Create an instance of RpcReplyType
        Returns:
        rpc reply type
      • createRpc

        public javax.xml.bind.JAXBElement<RpcType> createRpc​(RpcType value)
        Create an instance of JAXBElement<RpcType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<RpcType>
      • createRpcReply

        public javax.xml.bind.JAXBElement<RpcReplyType> createRpcReply​(RpcReplyType value)
        Create an instance of JAXBElement<RpcReplyType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<RpcReplyType>
      • createRpcError

        public javax.xml.bind.JAXBElement<RpcErrorType> createRpcError​(RpcErrorType value)
        Create an instance of JAXBElement<RpcErrorType>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<RpcErrorType>
      • createErrorInfoTypeBadAttribute

        public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createErrorInfoTypeBadAttribute​(javax.xml.namespace.QName value)
        Create an instance of JAXBElement<QName>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<QName>
      • createErrorInfoTypeBadElement

        public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createErrorInfoTypeBadElement​(javax.xml.namespace.QName value)
        Create an instance of JAXBElement<QName>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<QName>
      • createErrorInfoTypeOkElement

        public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createErrorInfoTypeOkElement​(javax.xml.namespace.QName value)
        Create an instance of JAXBElement<QName>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<QName>
      • createErrorInfoTypeErrElement

        public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createErrorInfoTypeErrElement​(javax.xml.namespace.QName value)
        Create an instance of JAXBElement<QName>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<QName>
      • createErrorInfoTypeNoopElement

        public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createErrorInfoTypeNoopElement​(javax.xml.namespace.QName value)
        Create an instance of JAXBElement<QName>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<QName>
      • createErrorInfoTypeBadNamespace

        public javax.xml.bind.JAXBElement<java.lang.String> createErrorInfoTypeBadNamespace​(java.lang.String value)
        Create an instance of JAXBElement<String>
        Parameters:
        value - Java instance representing xml element's value.
        Returns:
        the new instance of JAXBElement<String>