public class ObjectFactoryLicitacao
extends java.lang.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.
Modifier and Type | Field and Description |
---|---|
private static javax.xml.namespace.QName |
_ListaLicitacoes_QNAME |
Constructor and Description |
---|
ObjectFactoryLicitacao()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: br.inf.thema.erp.integracao.materiais.sagres.ws
|
private static final javax.xml.namespace.QName _ListaLicitacoes_QNAME
public ObjectFactoryLicitacao()
public ListaLicitacoesT createListaLicitacoesT()
ListaLicitacoesT
public ParticipanteItemLicitacaoT createParticipanteItemLicitacaoT()
ParticipanteItemLicitacaoT
public ItemLoteLicitacaoT createItemLoteLicitacaoT()
ItemLoteLicitacaoT
public ItemLicitacaoT createItemLicitacaoT()
ItemLicitacaoT
public ParticipanteLicitacaoT createParticipanteLicitacaoT()
ParticipanteLicitacaoT
public LoteLicitacaoT createLoteLicitacaoT()
LoteLicitacaoT
public LicitacaoT createLicitacaoT()
LicitacaoT
public ProcedimentoOrigemContratoT createProcedimentoOrigemContratoT()
ProcedimentoOrigemContratoT
public RefConvenioT createRefConvenioT()
RefConvenioT
public EmpenhoContratoT createEmpenhoContratoT()
EmpenhoContratoT
public ContratoLicitacaoPropriaT createContratoLicitacaoPropriaT()
ContratoLicitacaoPropriaT
public ContratoLicitacaoOutraUGT createContratoLicitacaoOutraUGT()
ContratoLicitacaoOutraUGT
public ParticipanteConvenioT createParticipanteConvenioT()
ParticipanteConvenioT
public TermoAnuenciaContratoCentralizadoT createTermoAnuenciaContratoCentralizadoT()
TermoAnuenciaContratoCentralizadoT
public ContratoRegistroPrecosT createContratoRegistroPrecosT()
ContratoRegistroPrecosT
public ParticipanteContratoT createParticipanteContratoT()
ParticipanteContratoT
public javax.xml.bind.JAXBElement<ListaLicitacoesT> createListaLicitacoes(ListaLicitacoesT value)