Package org.onosproject.netconf.rpc
Class ObjectFactory
- java.lang.Object
-
- org.onosproject.netconf.rpc.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis 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 Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onosproject.netconf.rpc
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorInfoTypecreateErrorInfoType()Create an instance ofErrorInfoTypejavax.xml.bind.JAXBElement<javax.xml.namespace.QName>createErrorInfoTypeBadAttribute(javax.xml.namespace.QName value)Create an instance ofJAXBElement<QName>javax.xml.bind.JAXBElement<javax.xml.namespace.QName>createErrorInfoTypeBadElement(javax.xml.namespace.QName value)Create an instance ofJAXBElement<QName>javax.xml.bind.JAXBElement<java.lang.String>createErrorInfoTypeBadNamespace(java.lang.String value)Create an instance ofJAXBElement<String>javax.xml.bind.JAXBElement<javax.xml.namespace.QName>createErrorInfoTypeErrElement(javax.xml.namespace.QName value)Create an instance ofJAXBElement<QName>javax.xml.bind.JAXBElement<javax.xml.namespace.QName>createErrorInfoTypeNoopElement(javax.xml.namespace.QName value)Create an instance ofJAXBElement<QName>javax.xml.bind.JAXBElement<javax.xml.namespace.QName>createErrorInfoTypeOkElement(javax.xml.namespace.QName value)Create an instance ofJAXBElement<QName>HellocreateHello()Create an instance ofHelloHello.CapabilitiescreateHelloCapabilities()Create an instance ofHello.Capabilitiesjavax.xml.bind.JAXBElement<RpcType>createRpc(RpcType value)javax.xml.bind.JAXBElement<RpcErrorType>createRpcError(RpcErrorType value)RpcErrorTypecreateRpcErrorType()Create an instance ofRpcErrorTypeRpcErrorType.ErrorMessagecreateRpcErrorTypeErrorMessage()Create an instance ofRpcErrorType.ErrorMessagejavax.xml.bind.JAXBElement<RpcOperationType>createRpcOperation(RpcOperationType value)RpcOperationTypecreateRpcOperationType()Create an instance ofRpcOperationTypejavax.xml.bind.JAXBElement<RpcReplyType>createRpcReply(RpcReplyType value)RpcReplyTypecreateRpcReplyType()Create an instance ofRpcReplyTypejavax.xml.bind.JAXBElement<RpcResponseType>createRpcResponse(RpcResponseType value)RpcResponseTypecreateRpcResponseType()Create an instance ofRpcResponseTypeRpcTypecreateRpcType()Create an instance ofRpcType
-
-
-
Method Detail
-
createRpcErrorType
public RpcErrorType createRpcErrorType()
Create an instance ofRpcErrorType- Returns:
- error type
-
createRpcReplyType
public RpcReplyType createRpcReplyType()
Create an instance ofRpcReplyType- Returns:
- rpc reply type
-
createRpcOperationType
public RpcOperationType createRpcOperationType()
Create an instance ofRpcOperationType- Returns:
- rpc operation type
-
createRpcResponseType
public RpcResponseType createRpcResponseType()
Create an instance ofRpcResponseType- Returns:
- rpc response type
-
createHelloCapabilities
public Hello.Capabilities createHelloCapabilities()
Create an instance ofHello.Capabilities- Returns:
- hello capabilities
-
createErrorInfoType
public ErrorInfoType createErrorInfoType()
Create an instance ofErrorInfoType- Returns:
- error info type
-
createRpcErrorTypeErrorMessage
public RpcErrorType.ErrorMessage createRpcErrorTypeErrorMessage()
Create an instance ofRpcErrorType.ErrorMessage- Returns:
- error message
-
createRpc
public javax.xml.bind.JAXBElement<RpcType> createRpc(RpcType value)
- 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)
- 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)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RpcErrorType>
-
createRpcOperation
public javax.xml.bind.JAXBElement<RpcOperationType> createRpcOperation(RpcOperationType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RpcOperationType>
-
createRpcResponse
public javax.xml.bind.JAXBElement<RpcResponseType> createRpcResponse(RpcResponseType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RpcResponseType>
-
createErrorInfoTypeBadAttribute
public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createErrorInfoTypeBadAttribute(javax.xml.namespace.QName value)
Create an instance ofJAXBElement<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 ofJAXBElement<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 ofJAXBElement<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 ofJAXBElement<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 ofJAXBElement<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 ofJAXBElement<String>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
-