org.jboss.seam.security.external.jaxb.xrds
Class ObjectFactory

java.lang.Object
  extended by org.jboss.seam.security.external.jaxb.xrds.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.jboss.seam.security.external.jaxb.xrds 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.jboss.seam.security.external.jaxb.xrds
 
Method Summary
 javax.xml.bind.JAXBElement<URIPriorityPattern> createCanonicalEquivID(URIPriorityPattern value)
          Create an instance of JAXBElement<URIPriorityPattern>}
 javax.xml.bind.JAXBElement<URIPriorityPattern> createCanonicalID(URIPriorityPattern value)
          Create an instance of JAXBElement<URIPriorityPattern>}
 javax.xml.bind.JAXBElement<URIPriorityPattern> createEquivID(URIPriorityPattern value)
          Create an instance of JAXBElement<URIPriorityPattern>}
 Expires createExpires()
          Create an instance of Expires
 LocalID createLocalID()
          Create an instance of LocalID
 javax.xml.bind.JAXBElement<StringSelectionPattern> createMediaType(StringSelectionPattern value)
          Create an instance of JAXBElement<StringSelectionPattern>}
 javax.xml.bind.JAXBElement<StringSelectionPattern> createPath(StringSelectionPattern value)
          Create an instance of JAXBElement<StringSelectionPattern>}
 javax.xml.bind.JAXBElement<URIPattern> createProviderID(URIPattern value)
          Create an instance of JAXBElement<URIPattern>}
 javax.xml.bind.JAXBElement<StringPattern> createQuery(StringPattern value)
          Create an instance of JAXBElement<StringPattern>}
 javax.xml.bind.JAXBElement<URIPriorityAppendPattern> createRedirect(URIPriorityAppendPattern value)
          Create an instance of JAXBElement<URIPriorityAppendPattern>}
 javax.xml.bind.JAXBElement<URIPriorityPattern> createRef(URIPriorityPattern value)
          Create an instance of JAXBElement<URIPriorityPattern>}
 ServerStatus createServerStatus()
          Create an instance of ServerStatus
 Service createService()
          Create an instance of Service
 Status createStatus()
          Create an instance of Status
 StringPattern createStringPattern()
          Create an instance of StringPattern
 StringSelectionPattern createStringSelectionPattern()
          Create an instance of StringSelectionPattern
 Type createType()
          Create an instance of Type
 javax.xml.bind.JAXBElement<URIPriorityAppendPattern> createURI(URIPriorityAppendPattern value)
          Create an instance of JAXBElement<URIPriorityAppendPattern>}
 URIPattern createURIPattern()
          Create an instance of URIPattern
 URIPriorityAppendPattern createURIPriorityAppendPattern()
          Create an instance of URIPriorityAppendPattern
 URIPriorityPattern createURIPriorityPattern()
          Create an instance of URIPriorityPattern
 XRD createXRD()
          Create an instance of XRD
 XRDS createXRDS()
          Create an instance of XRDS
 
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.jboss.seam.security.external.jaxb.xrds

Method Detail

createType

public Type createType()
Create an instance of Type


createExpires

public Expires createExpires()
Create an instance of Expires


createXRDS

public XRDS createXRDS()
Create an instance of XRDS


createStringSelectionPattern

public StringSelectionPattern createStringSelectionPattern()
Create an instance of StringSelectionPattern


createStringPattern

public StringPattern createStringPattern()
Create an instance of StringPattern


createStatus

public Status createStatus()
Create an instance of Status


createServerStatus

public ServerStatus createServerStatus()
Create an instance of ServerStatus


createURIPriorityPattern

public URIPriorityPattern createURIPriorityPattern()
Create an instance of URIPriorityPattern


createLocalID

public LocalID createLocalID()
Create an instance of LocalID


createURIPriorityAppendPattern

public URIPriorityAppendPattern createURIPriorityAppendPattern()
Create an instance of URIPriorityAppendPattern


createService

public Service createService()
Create an instance of Service


createURIPattern

public URIPattern createURIPattern()
Create an instance of URIPattern


createXRD

public XRD createXRD()
Create an instance of XRD


createURI

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


createPath

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


createCanonicalID

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


createProviderID

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


createQuery

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


createCanonicalEquivID

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


createRef

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


createRedirect

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


createEquivID

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


createMediaType

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



Copyright © 2011 Seam Framework. All Rights Reserved.