br.gov.ans.tiss.ws.tipos.tisssolicitacaostatusprotocolo
Class ObjectFactory

java.lang.Object
  extended by br.gov.ans.tiss.ws.tipos.tisssolicitacaostatusprotocolo.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 br.gov.ans.tiss.ws.tipos.tisssolicitacaostatusprotocolo 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 javax.xml.namespace.QName _DestinatarioInvalido_QNAME
           
private static javax.xml.namespace.QName _HashInvalido_QNAME
           
private static javax.xml.namespace.QName _ProcotoloInexistente_QNAME
           
private static javax.xml.namespace.QName _RemetenteInvalido_QNAME
           
private static javax.xml.namespace.QName _SituacaoProtocolo_QNAME
           
private static javax.xml.namespace.QName _SolicitacaoStatusProtocolo_QNAME
           
private static javax.xml.namespace.QName _VersaoInvalida_QNAME
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.gov.ans.tiss.ws.tipos.tisssolicitacaostatusprotocolo
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> createDestinatarioInvalido(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createHashInvalido(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createProcotoloInexistente(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createRemetenteInvalido(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<WsSituacaoProtocolo> createSituacaoProtocolo(WsSituacaoProtocolo value)
          Create an instance of JAXBElement<WsSituacaoProtocolo>}
 javax.xml.bind.JAXBElement<WsSolicitacaoStatusProtocolo> createSolicitacaoStatusProtocolo(WsSolicitacaoStatusProtocolo value)
          Create an instance of JAXBElement<WsSolicitacaoStatusProtocolo>}
 javax.xml.bind.JAXBElement<java.lang.String> createVersaoInvalida(java.lang.String value)
          Create an instance of JAXBElement<String>}
 WsSituacaoProtocolo createWsSituacaoProtocolo()
          Create an instance of WsSituacaoProtocolo
 WsSolicitacaoStatusProtocolo createWsSolicitacaoStatusProtocolo()
          Create an instance of WsSolicitacaoStatusProtocolo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ProcotoloInexistente_QNAME

private static final javax.xml.namespace.QName _ProcotoloInexistente_QNAME

_DestinatarioInvalido_QNAME

private static final javax.xml.namespace.QName _DestinatarioInvalido_QNAME

_RemetenteInvalido_QNAME

private static final javax.xml.namespace.QName _RemetenteInvalido_QNAME

_VersaoInvalida_QNAME

private static final javax.xml.namespace.QName _VersaoInvalida_QNAME

_HashInvalido_QNAME

private static final javax.xml.namespace.QName _HashInvalido_QNAME

_SituacaoProtocolo_QNAME

private static final javax.xml.namespace.QName _SituacaoProtocolo_QNAME

_SolicitacaoStatusProtocolo_QNAME

private static final javax.xml.namespace.QName _SolicitacaoStatusProtocolo_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.gov.ans.tiss.ws.tipos.tisssolicitacaostatusprotocolo

Method Detail

createWsSituacaoProtocolo

public WsSituacaoProtocolo createWsSituacaoProtocolo()
Create an instance of WsSituacaoProtocolo


createWsSolicitacaoStatusProtocolo

public WsSolicitacaoStatusProtocolo createWsSolicitacaoStatusProtocolo()
Create an instance of WsSolicitacaoStatusProtocolo


createProcotoloInexistente

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


createDestinatarioInvalido

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


createRemetenteInvalido

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


createVersaoInvalida

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


createHashInvalido

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


createSituacaoProtocolo

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


createSolicitacaoStatusProtocolo

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