org.mobicents.slee.sippresence.pojo.xcaperror
Class ObjectFactory

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.xcaperror.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.mobicents.slee.sippresence.pojo.xcaperror 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mobicents.slee.sippresence.pojo.xcaperror
 
Method Summary
 CannotDelete createCannotDelete()
          Create an instance of CannotDelete
 javax.xml.bind.JAXBElement<CannotDelete> createCannotDelete(CannotDelete value)
          Create an instance of JAXBElement<CannotDelete>}
 CannotInsert createCannotInsert()
          Create an instance of CannotInsert
 javax.xml.bind.JAXBElement<CannotInsert> createCannotInsert(CannotInsert value)
          Create an instance of JAXBElement<CannotInsert>}
 ConstraintFailure createConstraintFailure()
          Create an instance of ConstraintFailure
 javax.xml.bind.JAXBElement<ConstraintFailure> createConstraintFailure(ConstraintFailure value)
          Create an instance of JAXBElement<ConstraintFailure>}
 javax.xml.bind.JAXBElement<java.lang.Object> createErrorElement(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 NoParent createNoParent()
          Create an instance of NoParent
 javax.xml.bind.JAXBElement<NoParent> createNoParent(NoParent value)
          Create an instance of JAXBElement<NoParent>}
 NotUtf8 createNotUtf8()
          Create an instance of NotUtf8
 javax.xml.bind.JAXBElement<NotUtf8> createNotUtf8(NotUtf8 value)
          Create an instance of JAXBElement<NotUtf8>}
 NotWellFormed createNotWellFormed()
          Create an instance of NotWellFormed
 javax.xml.bind.JAXBElement<NotWellFormed> createNotWellFormed(NotWellFormed value)
          Create an instance of JAXBElement<NotWellFormed>}
 NotXmlAttValue createNotXmlAttValue()
          Create an instance of NotXmlAttValue
 javax.xml.bind.JAXBElement<NotXmlAttValue> createNotXmlAttValue(NotXmlAttValue value)
          Create an instance of JAXBElement<NotXmlAttValue>}
 NotXmlFrag createNotXmlFrag()
          Create an instance of NotXmlFrag
 javax.xml.bind.JAXBElement<NotXmlFrag> createNotXmlFrag(NotXmlFrag value)
          Create an instance of JAXBElement<NotXmlFrag>}
 SchemaValidationError createSchemaValidationError()
          Create an instance of SchemaValidationError
 javax.xml.bind.JAXBElement<SchemaValidationError> createSchemaValidationError(SchemaValidationError value)
          Create an instance of JAXBElement<SchemaValidationError>}
 UniquenessFailure createUniquenessFailure()
          Create an instance of UniquenessFailure
 javax.xml.bind.JAXBElement<UniquenessFailure> createUniquenessFailure(UniquenessFailure value)
          Create an instance of JAXBElement<UniquenessFailure>}
 UniquenessFailure.Exists createUniquenessFailureExists()
          Create an instance of UniquenessFailure.Exists
 XcapError createXcapError()
          Create an instance of XcapError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mobicents.slee.sippresence.pojo.xcaperror

Method Detail

createSchemaValidationError

public SchemaValidationError createSchemaValidationError()
Create an instance of SchemaValidationError


createConstraintFailure

public ConstraintFailure createConstraintFailure()
Create an instance of ConstraintFailure


createUniquenessFailureExists

public UniquenessFailure.Exists createUniquenessFailureExists()
Create an instance of UniquenessFailure.Exists


createNotWellFormed

public NotWellFormed createNotWellFormed()
Create an instance of NotWellFormed


createCannotInsert

public CannotInsert createCannotInsert()
Create an instance of CannotInsert


createNoParent

public NoParent createNoParent()
Create an instance of NoParent


createNotUtf8

public NotUtf8 createNotUtf8()
Create an instance of NotUtf8


createCannotDelete

public CannotDelete createCannotDelete()
Create an instance of CannotDelete


createNotXmlFrag

public NotXmlFrag createNotXmlFrag()
Create an instance of NotXmlFrag


createUniquenessFailure

public UniquenessFailure createUniquenessFailure()
Create an instance of UniquenessFailure


createNotXmlAttValue

public NotXmlAttValue createNotXmlAttValue()
Create an instance of NotXmlAttValue


createXcapError

public XcapError createXcapError()
Create an instance of XcapError


createCannotDelete

public javax.xml.bind.JAXBElement<CannotDelete> createCannotDelete(CannotDelete value)
Create an instance of JAXBElement<CannotDelete>}


createNotWellFormed

public javax.xml.bind.JAXBElement<NotWellFormed> createNotWellFormed(NotWellFormed value)
Create an instance of JAXBElement<NotWellFormed>}


createNoParent

public javax.xml.bind.JAXBElement<NoParent> createNoParent(NoParent value)
Create an instance of JAXBElement<NoParent>}


createConstraintFailure

public javax.xml.bind.JAXBElement<ConstraintFailure> createConstraintFailure(ConstraintFailure value)
Create an instance of JAXBElement<ConstraintFailure>}


createNotXmlAttValue

public javax.xml.bind.JAXBElement<NotXmlAttValue> createNotXmlAttValue(NotXmlAttValue value)
Create an instance of JAXBElement<NotXmlAttValue>}


createNotXmlFrag

public javax.xml.bind.JAXBElement<NotXmlFrag> createNotXmlFrag(NotXmlFrag value)
Create an instance of JAXBElement<NotXmlFrag>}


createNotUtf8

public javax.xml.bind.JAXBElement<NotUtf8> createNotUtf8(NotUtf8 value)
Create an instance of JAXBElement<NotUtf8>}


createCannotInsert

public javax.xml.bind.JAXBElement<CannotInsert> createCannotInsert(CannotInsert value)
Create an instance of JAXBElement<CannotInsert>}


createUniquenessFailure

public javax.xml.bind.JAXBElement<UniquenessFailure> createUniquenessFailure(UniquenessFailure value)
Create an instance of JAXBElement<UniquenessFailure>}


createErrorElement

public javax.xml.bind.JAXBElement<java.lang.Object> createErrorElement(java.lang.Object value)
Create an instance of JAXBElement<Object>}


createSchemaValidationError

public javax.xml.bind.JAXBElement<SchemaValidationError> createSchemaValidationError(SchemaValidationError value)
Create an instance of JAXBElement<SchemaValidationError>}



Copyright © 2011. All Rights Reserved.