com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.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.midpoint.xml.ns._public.resource.resource_schema_1 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.midpoint.xml.ns._public.resource.resource_schema_1
 
Method Summary
 javax.xml.bind.JAXBElement<AccountTypeType> createAccountType(AccountTypeType value)
          Create an instance of JAXBElement<AccountTypeType>}
 AccountTypeType createAccountTypeType()
          Create an instance of AccountTypeType
 javax.xml.bind.JAXBElement<java.lang.String> createAttributeDisplayName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.util.List<java.lang.String>> createAttributeFlag(java.util.List<java.lang.String> value)
          Create an instance of JAXBElement<List<String>>}
 AttributeReferenceType createAttributeReferenceType()
          Create an instance of AttributeReferenceType
 javax.xml.bind.JAXBElement<ClassifiedAttributeType> createClassifiedAttribute(ClassifiedAttributeType value)
          Create an instance of JAXBElement<ClassifiedAttributeType>}
 ClassifiedAttributeType createClassifiedAttributeType()
          Create an instance of ClassifiedAttributeType
 javax.xml.bind.JAXBElement<AttributeReferenceType> createCompositeIdentifier(AttributeReferenceType value)
          Create an instance of JAXBElement<AttributeReferenceType>}
 javax.xml.bind.JAXBElement<java.lang.Boolean> createContainer(java.lang.Boolean value)
          Create an instance of JAXBElement<Boolean>}
 javax.xml.bind.JAXBElement<AttributeReferenceType> createDescriptionAttribute(AttributeReferenceType value)
          Create an instance of JAXBElement<AttributeReferenceType>}
 javax.xml.bind.JAXBElement<AttributeReferenceType> createDisplayName(AttributeReferenceType value)
          Create an instance of JAXBElement<AttributeReferenceType>}
 javax.xml.bind.JAXBElement<AttributeReferenceType> createIdentifier(AttributeReferenceType value)
          Create an instance of JAXBElement<AttributeReferenceType>}
 javax.xml.bind.JAXBElement<AttributeReferenceType> createNamingAttribute(AttributeReferenceType value)
          Create an instance of JAXBElement<AttributeReferenceType>}
 javax.xml.bind.JAXBElement<java.lang.String> createNativeAttributeName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createNativeObjectClass(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<ObjectClassAttributeType> createObjectClassAttribute(ObjectClassAttributeType value)
          Create an instance of JAXBElement<ObjectClassAttributeType>}
 ObjectClassAttributeType createObjectClassAttributeType()
          Create an instance of ObjectClassAttributeType
 ObjectClassReferenceType createObjectClassReferenceType()
          Create an instance of ObjectClassReferenceType
 Objects createObjects()
          Create an instance of Objects
 javax.xml.bind.JAXBElement<OperationType> createOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 OperationType createOperationType()
          Create an instance of OperationType
 javax.xml.bind.JAXBElement<java.lang.Object> createResourceObject(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 ResourceObjectReference createResourceObjectReference()
          Create an instance of ResourceObjectReference
 javax.xml.bind.JAXBElement<AttributeReferenceType> createSecondaryIdentifier(AttributeReferenceType value)
          Create an instance of JAXBElement<AttributeReferenceType>}
 
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.midpoint.xml.ns._public.resource.resource_schema_1

Method Detail

createClassifiedAttributeType

public ClassifiedAttributeType createClassifiedAttributeType()
Create an instance of ClassifiedAttributeType


createOperationType

public OperationType createOperationType()
Create an instance of OperationType


createObjects

public Objects createObjects()
Create an instance of Objects


createAttributeReferenceType

public AttributeReferenceType createAttributeReferenceType()
Create an instance of AttributeReferenceType


createAccountTypeType

public AccountTypeType createAccountTypeType()
Create an instance of AccountTypeType


createObjectClassAttributeType

public ObjectClassAttributeType createObjectClassAttributeType()
Create an instance of ObjectClassAttributeType


createObjectClassReferenceType

public ObjectClassReferenceType createObjectClassReferenceType()
Create an instance of ObjectClassReferenceType


createResourceObjectReference

public ResourceObjectReference createResourceObjectReference()
Create an instance of ResourceObjectReference


createDescriptionAttribute

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


createAccountType

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


createObjectClassAttribute

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


createNativeObjectClass

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


createAttributeDisplayName

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


createIdentifier

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


createDisplayName

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


createOperation

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


createResourceObject

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


createCompositeIdentifier

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


createNamingAttribute

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


createContainer

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


createSecondaryIdentifier

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


createClassifiedAttribute

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


createAttributeFlag

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


createNativeAttributeName

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



Copyright © 2011 evolveum. All Rights Reserved.