org.kuali.student.security.addressing.dto
Class ObjectFactory

java.lang.Object
  extended by org.kuali.student.security.addressing.dto.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.kuali.student.security.addressing.dto 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.


Field Summary
private static QName _Action_QNAME
           
private static QName _EndpointReference_QNAME
           
private static QName _FaultTo_QNAME
           
private static QName _From_QNAME
           
private static QName _MessageID_QNAME
           
private static QName _RelatesTo_QNAME
           
private static QName _ReplyAfter_QNAME
           
private static QName _ReplyTo_QNAME
           
private static QName _RetryAfter_QNAME
           
private static QName _To_QNAME
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.student.security.addressing.dto
 
Method Summary
 JAXBElement<AttributedURI> createAction(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 AttributedQName createAttributedQName()
          Create an instance of AttributedQName
 AttributedURI createAttributedURI()
          Create an instance of AttributedURI
 JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 EndpointReferenceType createEndpointReferenceType()
          Create an instance of EndpointReferenceType
 JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<AttributedURI> createMessageID(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 ReferenceParametersType createReferenceParametersType()
          Create an instance of ReferenceParametersType
 ReferencePropertiesType createReferencePropertiesType()
          Create an instance of ReferencePropertiesType
 JAXBElement<Relationship> createRelatesTo(Relationship value)
          Create an instance of JAXBElement<Relationship>}
 Relationship createRelationship()
          Create an instance of Relationship
 JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value)
          Create an instance of JAXBElement<ReplyAfterType>}
 ReplyAfterType createReplyAfterType()
          Create an instance of ReplyAfterType
 JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
          Create an instance of JAXBElement<EndpointReferenceType>}
 JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value)
          Create an instance of JAXBElement<RetryAfterType>}
 RetryAfterType createRetryAfterType()
          Create an instance of RetryAfterType
 ServiceNameType createServiceNameType()
          Create an instance of ServiceNameType
 JAXBElement<AttributedURI> createTo(AttributedURI value)
          Create an instance of JAXBElement<AttributedURI>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ReplyAfter_QNAME

private static final QName _ReplyAfter_QNAME

_EndpointReference_QNAME

private static final QName _EndpointReference_QNAME

_To_QNAME

private static final QName _To_QNAME

_RetryAfter_QNAME

private static final QName _RetryAfter_QNAME

_MessageID_QNAME

private static final QName _MessageID_QNAME

_FaultTo_QNAME

private static final QName _FaultTo_QNAME

_Action_QNAME

private static final QName _Action_QNAME

_ReplyTo_QNAME

private static final QName _ReplyTo_QNAME

_From_QNAME

private static final QName _From_QNAME

_RelatesTo_QNAME

private static final QName _RelatesTo_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.student.security.addressing.dto

Method Detail

createReplyAfterType

public ReplyAfterType createReplyAfterType()
Create an instance of ReplyAfterType


createRelationship

public Relationship createRelationship()
Create an instance of Relationship


createEndpointReferenceType

public EndpointReferenceType createEndpointReferenceType()
Create an instance of EndpointReferenceType


createReferencePropertiesType

public ReferencePropertiesType createReferencePropertiesType()
Create an instance of ReferencePropertiesType


createReferenceParametersType

public ReferenceParametersType createReferenceParametersType()
Create an instance of ReferenceParametersType


createAttributedQName

public AttributedQName createAttributedQName()
Create an instance of AttributedQName


createRetryAfterType

public RetryAfterType createRetryAfterType()
Create an instance of RetryAfterType


createAttributedURI

public AttributedURI createAttributedURI()
Create an instance of AttributedURI


createServiceNameType

public ServiceNameType createServiceNameType()
Create an instance of ServiceNameType


createReplyAfter

public JAXBElement<ReplyAfterType> createReplyAfter(ReplyAfterType value)
Create an instance of JAXBElement<ReplyAfterType>}


createEndpointReference

public JAXBElement<EndpointReferenceType> createEndpointReference(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createTo

public JAXBElement<AttributedURI> createTo(AttributedURI value)
Create an instance of JAXBElement<AttributedURI>}


createRetryAfter

public JAXBElement<RetryAfterType> createRetryAfter(RetryAfterType value)
Create an instance of JAXBElement<RetryAfterType>}


createMessageID

public JAXBElement<AttributedURI> createMessageID(AttributedURI value)
Create an instance of JAXBElement<AttributedURI>}


createFaultTo

public JAXBElement<EndpointReferenceType> createFaultTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createAction

public JAXBElement<AttributedURI> createAction(AttributedURI value)
Create an instance of JAXBElement<AttributedURI>}


createReplyTo

public JAXBElement<EndpointReferenceType> createReplyTo(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createFrom

public JAXBElement<EndpointReferenceType> createFrom(EndpointReferenceType value)
Create an instance of JAXBElement<EndpointReferenceType>}


createRelatesTo

public JAXBElement<Relationship> createRelatesTo(Relationship value)
Create an instance of JAXBElement<Relationship>}



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.