public class ObjectFactory extends Object
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 and Description |
---|
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.common.fault_3
|
public ObjectFactory()
public UnsupportedOperationFaultType createUnsupportedOperationFaultType()
UnsupportedOperationFaultType
public ObjectNotFoundFaultType createObjectNotFoundFaultType()
ObjectNotFoundFaultType
public UnsupportedObjectTypeFaultType createUnsupportedObjectTypeFaultType()
UnsupportedObjectTypeFaultType
public SchemaViolationFaultType createSchemaViolationFaultType()
SchemaViolationFaultType
public SystemFaultType createSystemFaultType()
SystemFaultType
public IllegalArgumentFaultType createIllegalArgumentFaultType()
IllegalArgumentFaultType
public ObjectAlreadyExistsFaultType createObjectAlreadyExistsFaultType()
ObjectAlreadyExistsFaultType
public PolicyViolationFaultType createPolicyViolationFaultType()
PolicyViolationFaultType
public ConcurrencyFaultType createConcurrencyFaultType()
ConcurrencyFaultType
public ConfigurationFaultType createConfigurationFaultType()
ConfigurationFaultType
public CommunicationFaultType createCommunicationFaultType()
CommunicationFaultType
public InapplicableOperationFaultType createInapplicableOperationFaultType()
InapplicableOperationFaultType
public ReferentialIntegrityFaultType createReferentialIntegrityFaultType()
ReferentialIntegrityFaultType
public JAXBElement<SystemFaultType> createSystemFault(SystemFaultType value)
public JAXBElement<UnsupportedObjectTypeFaultType> createUnsupportedObjectTypeFault(UnsupportedObjectTypeFaultType value)
public JAXBElement<PolicyViolationFaultType> createPolicyViolationFault(PolicyViolationFaultType value)
public JAXBElement<SchemaViolationFaultType> createSchemaViolationFault(SchemaViolationFaultType value)
public JAXBElement<ObjectNotFoundFaultType> createObjectNotFoundFault(ObjectNotFoundFaultType value)
public JAXBElement<UnsupportedOperationFaultType> createUnsupportedOperationFault(UnsupportedOperationFaultType value)
public JAXBElement<String> createMessage(String value)
public JAXBElement<ConcurrencyFaultType> createConcurrencyFault(ConcurrencyFaultType value)
public JAXBElement<CommunicationFaultType> createCommunicationFault(CommunicationFaultType value)
public JAXBElement<OperationResultType> createOperationResult(OperationResultType value)
public JAXBElement<ObjectAlreadyExistsFaultType> createObjectAlreadyExistsFault(ObjectAlreadyExistsFaultType value)
public JAXBElement<InapplicableOperationFaultType> createInapplicableOperationFault(InapplicableOperationFaultType value)
public JAXBElement<ConfigurationFaultType> createConfigurationFault(ConfigurationFaultType value)
public JAXBElement<ReferentialIntegrityFaultType> createReferentialIntegrityFault(ReferentialIntegrityFaultType value)
public JAXBElement<FaultType> createFault(FaultType value)
public JAXBElement<IllegalArgumentFaultType> createIllegalArgumentFault(IllegalArgumentFaultType value)
Copyright © 2015 Evolveum. All rights reserved.