Uses of Class
eu.europa.esig.lote.jaxb.InternationalNamesType
Packages that use InternationalNamesType
-
Uses of InternationalNamesType in eu.europa.esig.lote.jaxb
Fields in eu.europa.esig.lote.jaxb declared as InternationalNamesTypeModifier and TypeFieldDescriptionprotected InternationalNamesTypeLoTESchemeInformationType.schemeNameprotected InternationalNamesTypeLoTESchemeInformationType.schemeOperatorNameprotected InternationalNamesTypeServiceHistoryInstanceType.serviceNameprotected InternationalNamesTypeTEServiceInformationType.serviceNameprotected InternationalNamesTypeTrustedEntityInformationType.teNameprotected InternationalNamesTypeTrustedEntityInformationType.teTradeNameMethods in eu.europa.esig.lote.jaxb that return InternationalNamesTypeModifier and TypeMethodDescriptionObjectFactory.createInternationalNamesType()Create an instance ofInternationalNamesTypeLoTESchemeInformationType.getSchemeName()Gets the value of the schemeName property.LoTESchemeInformationType.getSchemeOperatorName()Gets the value of the schemeOperatorName property.ServiceHistoryInstanceType.getServiceName()Gets the value of the serviceName property.TEServiceInformationType.getServiceName()Gets the value of the serviceName property.TrustedEntityInformationType.getTEName()Gets the value of the teName property.TrustedEntityInformationType.getTETradeName()Gets the value of the teTradeName property.Methods in eu.europa.esig.lote.jaxb 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.lote.jaxb with parameters of type InternationalNamesTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<InternationalNamesType> ObjectFactory.createSchemeName(InternationalNamesType value) jakarta.xml.bind.JAXBElement<InternationalNamesType> ObjectFactory.createSchemeOperatorName(InternationalNamesType value) voidLoTESchemeInformationType.setSchemeName(InternationalNamesType value) Sets the value of the schemeName property.voidLoTESchemeInformationType.setSchemeOperatorName(InternationalNamesType value) Sets the value of the schemeOperatorName property.voidServiceHistoryInstanceType.setServiceName(InternationalNamesType value) Sets the value of the serviceName property.voidTEServiceInformationType.setServiceName(InternationalNamesType value) Sets the value of the serviceName property.voidTrustedEntityInformationType.setTEName(InternationalNamesType value) Sets the value of the teName property.voidTrustedEntityInformationType.setTETradeName(InternationalNamesType value) Sets the value of the teTradeName property. -
Uses of InternationalNamesType in eu.europa.esig.lote.jaxb.tie
Fields in eu.europa.esig.lote.jaxb.tie declared as InternationalNamesTypeModifier and TypeFieldDescriptionprotected InternationalNamesTypeAssociatedBodyType.associatedBodyNameprotected InternationalNamesTypeAssociatedBodyType.associatedBodyTradeNameMethods in eu.europa.esig.lote.jaxb.tie that return InternationalNamesTypeModifier and TypeMethodDescriptionAssociatedBodyType.getAssociatedBodyName()Gets the value of the associatedBodyName property.AssociatedBodyType.getAssociatedBodyTradeName()Gets the value of the associatedBodyTradeName property.Methods in eu.europa.esig.lote.jaxb.tie with parameters of type InternationalNamesTypeModifier and TypeMethodDescriptionvoidAssociatedBodyType.setAssociatedBodyName(InternationalNamesType value) Sets the value of the associatedBodyName property.voidAssociatedBodyType.setAssociatedBodyTradeName(InternationalNamesType value) Sets the value of the associatedBodyTradeName property.