⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 objectfactory.java

📁 关于 RFID 读写器的相关内容
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
    /**
     * Create an instance of {@link ReadReportType }
     * 
     */
    public ReadReportType createReadReportType() {
        return new ReadReportType();
    }

    /**
     * Create an instance of {@link TagEventType }
     * 
     */
    public TagEventType createTagEventType() {
        return new TagEventType();
    }

    /**
     * Create an instance of {@link ReadPointCommand }
     * 
     */
    public ReadPointCommand createReadPointCommand() {
        return new ReadPointCommand();
    }

    /**
     * Create an instance of {@link SetObservedTimeout }
     * 
     */
    public SetObservedTimeout createSourceCommandSetObservedTimeout() {
        return new SetObservedTimeout();
    }

    /**
     * Create an instance of {@link SetTimeUTC }
     * 
     */
    public SetTimeUTC createReaderDeviceCommandSetTimeUTC() {
        return new SetTimeUTC();
    }

    /**
     * Create an instance of {@link SetMemoryBank }
     * 
     */
    public SetMemoryBank createTagFieldCommandSetMemoryBank() {
        return new SetMemoryBank();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.TagFieldListParamType.List }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.TagFieldListParamType.List createTagFieldListParamTypeList() {
        return new org.fosstrak.reader.rprm.core.msg.command.TagFieldListParamType.List();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.SourceCommand.GetReadPoint }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.SourceCommand.GetReadPoint createSourceCommandGetReadPoint() {
        return new org.fosstrak.reader.rprm.core.msg.command.SourceCommand.GetReadPoint();
    }

    /**
     * Create an instance of {@link RemoveTagFields }
     * 
     */
    public RemoveTagFields createReaderDeviceCommandRemoveTagFields() {
        return new RemoveTagFields();
    }

    /**
     * Create an instance of {@link TriggerTypeListReturnType }
     * 
     */
    public TriggerTypeListReturnType createTriggerTypeListReturnType() {
        return new TriggerTypeListReturnType();
    }

    /**
     * Create an instance of {@link SourceListParamType }
     * 
     */
    public SourceListParamType createSourceListParamType() {
        return new SourceListParamType();
    }

    /**
     * Create an instance of {@link RemoveReadTriggers }
     * 
     */
    public RemoveReadTriggers createSourceCommandRemoveReadTriggers() {
        return new RemoveReadTriggers();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.SourceCommand.Create }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.SourceCommand.Create createSourceCommandCreate() {
        return new org.fosstrak.reader.rprm.core.msg.command.SourceCommand.Create();
    }

    /**
     * Create an instance of {@link AddFieldNames }
     * 
     */
    public AddFieldNames createDataSelectorCommandAddFieldNames() {
        return new AddFieldNames();
    }

    /**
     * Create an instance of {@link SourceReport }
     * 
     */
    public SourceReport createReadReportTypeSourceReport() {
        return new SourceReport();
    }

    /**
     * Create an instance of {@link ReturnValue }
     * 
     */
    public ReturnValue createTriggerTypeListReturnTypeReturnValue() {
        return new ReturnValue();
    }

    /**
     * Create an instance of {@link AddressReturnType }
     * 
     */
    public AddressReturnType createAddressReturnType() {
        return new AddressReturnType();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.SourceCommand.GetTagSelector }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.SourceCommand.GetTagSelector createSourceCommandGetTagSelector() {
        return new org.fosstrak.reader.rprm.core.msg.command.SourceCommand.GetTagSelector();
    }

    /**
     * Create an instance of {@link HexStringListType }
     * 
     */
    public HexStringListType createHexStringListType() {
        return new HexStringListType();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.StringListParamType.List }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.StringListParamType.List createStringListParamTypeList() {
        return new org.fosstrak.reader.rprm.core.msg.command.StringListParamType.List();
    }

    /**
     * Create an instance of {@link AddSources }
     * 
     */
    public AddSources createNotificationChannelCommandAddSources() {
        return new AddSources();
    }

    /**
     * Create an instance of {@link SetLostTimeout }
     * 
     */
    public SetLostTimeout createSourceCommandSetLostTimeout() {
        return new SetLostTimeout();
    }

    /**
     * Create an instance of {@link EpcReturnType }
     * 
     */
    public EpcReturnType createEpcReturnType() {
        return new EpcReturnType();
    }

    /**
     * Create an instance of {@link EventTypeCommand }
     * 
     */
    public EventTypeCommand createEventTypeCommand() {
        return new EventTypeCommand();
    }

    /**
     * Create an instance of {@link SetReadCyclesPerTrigger }
     * 
     */
    public SetReadCyclesPerTrigger createSourceCommandSetReadCyclesPerTrigger() {
        return new SetReadCyclesPerTrigger();
    }

    /**
     * Create an instance of {@link SetTagFieldName }
     * 
     */
    public SetTagFieldName createTagFieldCommandSetTagFieldName() {
        return new SetTagFieldName();
    }

    /**
     * Create an instance of {@link TagType }
     * 
     */
    public TagType createTagType() {
        return new TagType();
    }

    /**
     * Create an instance of {@link TimeStampReturnType }
     * 
     */
    public TimeStampReturnType createTimeStampReturnType() {
        return new TimeStampReturnType();
    }

    /**
     * Create an instance of {@link ReaderDeviceCommand }
     * 
     */
    public ReaderDeviceCommand createReaderDeviceCommand() {
        return new ReaderDeviceCommand();
    }

    /**
     * Create an instance of {@link TriggerTypeCommand }
     * 
     */
    public TriggerTypeCommand createTriggerTypeCommand() {
        return new TriggerTypeCommand();
    }

    /**
     * Create an instance of {@link EventTypeListReturnValue }
     * 
     */
    public EventTypeListReturnValue createEventTypeListReturnValue() {
        return new EventTypeListReturnValue();
    }

    /**
     * Create an instance of {@link ReadPointListParamType }
     * 
     */
    public ReadPointListParamType createReadPointListParamType() {
        return new ReadPointListParamType();
    }

    /**
     * Create an instance of {@link Kill }
     * 
     */
    public Kill createSourceCommandKill() {
        return new Kill();
    }

    /**
     * Create an instance of {@link IntReturnType }
     * 
     */
    public IntReturnType createIntReturnType() {
        return new IntReturnType();
    }

    /**
     * Create an instance of {@link RemoveFieldNames }
     * 
     */
    public RemoveFieldNames createDataSelectorCommandRemoveFieldNames() {
        return new RemoveFieldNames();
    }

    /**
     * Create an instance of {@link SetObservedThreshold }
     * 
     */
    public SetObservedThreshold createSourceCommandSetObservedThreshold() {
        return new SetObservedThreshold();
    }

    /**
     * Create an instance of {@link RemoveNotificationChannels }
     * 
     */
    public RemoveNotificationChannels createReaderDeviceCommandRemoveNotificationChannels() {
        return new RemoveNotificationChannels();
    }

    /**
     * Create an instance of {@link RemoveTriggers }
     * 
     */
    public RemoveTriggers createReaderDeviceCommandRemoveTriggers() {
        return new RemoveTriggers();
    }

    /**
     * Create an instance of {@link EventTypeListParamType }
     * 
     */
    public EventTypeListParamType createEventTypeListParamType() {
        return new EventTypeListParamType();
    }

    /**
     * Create an instance of {@link TagSelectorCommand }
     * 
     */
    public TagSelectorCommand createTagSelectorCommand() {
        return new TagSelectorCommand();
    }

    /**
     * Create an instance of {@link SourceReturnType }
     * 
     */
    public SourceReturnType createSourceReturnType() {
        return new SourceReturnType();
    }

    /**
     * Create an instance of {@link FieldNameListParamType }
     * 
     */
    public FieldNameListParamType createFieldNameListParamType() {
        return new FieldNameListParamType();
    }

    /**
     * Create an instance of {@link Read }
     * 
     */
    public Read createSourceCommandRead() {
        return new Read();
    }

    /**
     * Create an instance of {@link SetName }
     * 
     */
    public SetName createReaderDeviceCommandSetName() {
        return new SetName();
    }

    /**
     * Create an instance of {@link SetRole }
     * 
     */
    public SetRole createReaderDeviceCommandSetRole() {
        return new SetRole();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.DataSelectorCommand.Create }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.DataSelectorCommand.Create createDataSelectorCommandCreate() {
        return new org.fosstrak.reader.rprm.core.msg.command.DataSelectorCommand.Create();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.HexStringListType.List }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.HexStringListType.List createHexStringListTypeList() {
        return new org.fosstrak.reader.rprm.core.msg.command.HexStringListType.List();
    }

    /**
     * Create an instance of {@link AddReadTriggers }
     * 
     */
    public AddReadTriggers createSourceCommandAddReadTriggers() {
        return new AddReadTriggers();
    }

    /**
     * Create an instance of {@link RemoveEventFilters }
     * 
     */
    public RemoveEventFilters createDataSelectorCommandRemoveEventFilters() {
        return new RemoveEventFilters();
    }

    /**
     * Create an instance of {@link org.fosstrak.reader.rprm.core.msg.command.EventTypeListParamType.List }
     * 
     */
    public org.fosstrak.reader.rprm.core.msg.command.EventTypeListParamType.List createEventTypeListParamTypeList() {
        return new org.fosstrak.reader.rprm.core.msg.command.EventTypeListParamType.List();
    }

    /**
     * Create an instance of {@link TriggerListReturnType }
     * 
     */
    public TriggerListReturnType createTriggerListReturnType() {
        return new TriggerListReturnType();
    }

    /**
     * Create an instance of {@link SetDataSelector }
     * 
     */
    public SetDataSelector createNotificationChannelCommandSetDataSelector() {
        return new SetDataSelector();
    }

    /**
     * Create an instance of {@link TagSelectorListParamType }
     * 
     */
    public TagSelectorListParamType createTagSelectorListParamType() {
        return new TagSelectorListParamType();
    }

    /**
     * Create an instance of {@link DataSelectorReturnType }
     * 
     */
    public DataSelectorReturnType createDataSelectorReturnType() {
        return new DataSelectorReturnType();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link byte[]}{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "", name = "value", scope = org.fosstrak.reader.rprm.core.msg.command.HexStringListType.List.class)
    @XmlJavaTypeAdapter(HexBinaryAdapter.class)
    public JAXBElement<byte[]> createHexStringListTypeListValue(byte[] value) {
        return new JAXBElement<byte[]>(_HexStringListTypeListValue_QNAME, byte[].class, org.fosstrak.reader.rprm.core.msg.command.HexStringListType.List.class, ((byte[]) value));
    }

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -