com.evolveum.prism.xml.ns._public.annotation_2
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.prism.xml.ns._public.annotation_2.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 com.evolveum.prism.xml.ns._public.annotation_2 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: com.evolveum.prism.xml.ns._public.annotation_2
 
Method Summary
 javax.xml.bind.JAXBElement<AccessAnnotationType> createAccess(AccessAnnotationType value)
          Create an instance of JAXBElement<AccessAnnotationType>}
 javax.xml.bind.JAXBElement<java.lang.Object> createContainer(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.String> createDisplayName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.Integer> createDisplayOrder(java.lang.Integer value)
          Create an instance of JAXBElement<Integer>}
 javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createExtension(javax.xml.namespace.QName value)
          Create an instance of JAXBElement<QName>}
 javax.xml.bind.JAXBElement<java.lang.String> createHelp(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.Object> createIgnore(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.Object> createIndexed(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.String> createMaxOccurs(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.Object> createObject(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<java.lang.Object> createObjectReference(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createObjectReferenceTargetType(javax.xml.namespace.QName value)
          Create an instance of JAXBElement<QName>}
 javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createType(javax.xml.namespace.QName value)
          Create an instance of JAXBElement<QName>}
 
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: com.evolveum.prism.xml.ns._public.annotation_2

Method Detail

createExtension

public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createExtension(javax.xml.namespace.QName value)
Create an instance of JAXBElement<QName>}


createAccess

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


createIgnore

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


createIndexed

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


createContainer

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


createHelp

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


createObjectReferenceTargetType

public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createObjectReferenceTargetType(javax.xml.namespace.QName value)
Create an instance of JAXBElement<QName>}


createDisplayOrder

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


createDisplayName

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


createMaxOccurs

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


createObject

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


createObjectReference

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


createType

public javax.xml.bind.JAXBElement<javax.xml.namespace.QName> createType(javax.xml.namespace.QName value)
Create an instance of JAXBElement<QName>}



Copyright © 2012 evolveum. All Rights Reserved.