Uses of Class
eu.europa.esig.trustedlist.jaxb.tsl.InternationalNamesType
Packages that use InternationalNamesType
-
Uses of InternationalNamesType in eu.europa.esig.trustedlist.jaxb.tsl
Fields in eu.europa.esig.trustedlist.jaxb.tsl declared as InternationalNamesTypeModifier and TypeFieldDescriptionprotected InternationalNamesTypeTSLSchemeInformationType.schemeNameprotected InternationalNamesTypeTSLSchemeInformationType.schemeOperatorNameprotected InternationalNamesTypeServiceHistoryInstanceType.serviceNameprotected InternationalNamesTypeTSPServiceInformationType.serviceNameprotected InternationalNamesTypeTSPInformationType.tspNameprotected InternationalNamesTypeTSPInformationType.tspTradeNameMethods in eu.europa.esig.trustedlist.jaxb.tsl that return InternationalNamesTypeModifier and TypeMethodDescriptionObjectFactory.createInternationalNamesType()Create an instance ofInternationalNamesTypeTSLSchemeInformationType.getSchemeName()Gets the value of the schemeName property.TSLSchemeInformationType.getSchemeOperatorName()Gets the value of the schemeOperatorName property.ServiceHistoryInstanceType.getServiceName()Gets the value of the serviceName property.TSPServiceInformationType.getServiceName()Gets the value of the serviceName property.TSPInformationType.getTSPName()Gets the value of the tspName property.TSPInformationType.getTSPTradeName()Gets the value of the tspTradeName property.Methods in eu.europa.esig.trustedlist.jaxb.tsl that return types with arguments of type InternationalNamesTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<InternationalNamesType> ObjectFactory.createSchemeName(InternationalNamesType value) jakarta.xml.bind.JAXBElement<InternationalNamesType> ObjectFactory.createSchemeOperatorName(InternationalNamesType value) Methods in eu.europa.esig.trustedlist.jaxb.tsl with parameters of type InternationalNamesTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<InternationalNamesType> ObjectFactory.createSchemeName(InternationalNamesType value) jakarta.xml.bind.JAXBElement<InternationalNamesType> ObjectFactory.createSchemeOperatorName(InternationalNamesType value) voidTSLSchemeInformationType.setSchemeName(InternationalNamesType value) Sets the value of the schemeName property.voidTSLSchemeInformationType.setSchemeOperatorName(InternationalNamesType value) Sets the value of the schemeOperatorName property.voidServiceHistoryInstanceType.setServiceName(InternationalNamesType value) Sets the value of the serviceName property.voidTSPServiceInformationType.setServiceName(InternationalNamesType value) Sets the value of the serviceName property.voidTSPInformationType.setTSPName(InternationalNamesType value) Sets the value of the tspName property.voidTSPInformationType.setTSPTradeName(InternationalNamesType value) Sets the value of the tspTradeName property. -
Uses of InternationalNamesType in eu.europa.esig.trustedlist.jaxb.tslx
Fields in eu.europa.esig.trustedlist.jaxb.tslx declared as InternationalNamesTypeModifier and TypeFieldDescriptionprotected InternationalNamesTypeTakenOverByType.schemeOperatorNameprotected InternationalNamesTypeTakenOverByType.tspNameMethods in eu.europa.esig.trustedlist.jaxb.tslx that return InternationalNamesTypeModifier and TypeMethodDescriptionTakenOverByType.getSchemeOperatorName()Gets the value of the schemeOperatorName property.TakenOverByType.getTSPName()Gets the value of the tspName property.Methods in eu.europa.esig.trustedlist.jaxb.tslx with parameters of type InternationalNamesTypeModifier and TypeMethodDescriptionvoidTakenOverByType.setSchemeOperatorName(InternationalNamesType value) Sets the value of the schemeOperatorName property.voidTakenOverByType.setTSPName(InternationalNamesType value) Sets the value of the tspName property.