Uses of Class
eu.europa.esig.trustedlist.jaxb.tsl.InternationalNamesType
| Package | Description |
|---|---|
| eu.europa.esig.trustedlist.jaxb.tsl | |
| eu.europa.esig.trustedlist.jaxb.tslx |
-
Uses of InternationalNamesType in eu.europa.esig.trustedlist.jaxb.tsl
Fields in eu.europa.esig.trustedlist.jaxb.tsl declared as InternationalNamesType Modifier and Type Field Description protected InternationalNamesTypeTSLSchemeInformationType. schemeNameprotected InternationalNamesTypeTSLSchemeInformationType. schemeOperatorNameprotected InternationalNamesTypeServiceHistoryInstanceType. serviceNameprotected InternationalNamesTypeTSPServiceInformationType. serviceNameprotected InternationalNamesTypeTSPInformationType. tspNameprotected InternationalNamesTypeTSPInformationType. tspTradeNameMethods in eu.europa.esig.trustedlist.jaxb.tsl that return InternationalNamesType Modifier and Type Method Description InternationalNamesTypeObjectFactory. createInternationalNamesType()Create an instance ofInternationalNamesTypeInternationalNamesTypeTSLSchemeInformationType. getSchemeName()Gets the value of the schemeName property.InternationalNamesTypeTSLSchemeInformationType. getSchemeOperatorName()Gets the value of the schemeOperatorName property.InternationalNamesTypeServiceHistoryInstanceType. getServiceName()Gets the value of the serviceName property.InternationalNamesTypeTSPServiceInformationType. getServiceName()Gets the value of the serviceName property.InternationalNamesTypeTSPInformationType. getTSPName()Gets the value of the tspName property.InternationalNamesTypeTSPInformationType. getTSPTradeName()Gets the value of the tspTradeName property.Methods in eu.europa.esig.trustedlist.jaxb.tsl that return types with arguments of type InternationalNamesType Modifier and Type Method Description JAXBElement<InternationalNamesType>ObjectFactory. createSchemeName(InternationalNamesType value)JAXBElement<InternationalNamesType>ObjectFactory. createSchemeOperatorName(InternationalNamesType value)Methods in eu.europa.esig.trustedlist.jaxb.tsl with parameters of type InternationalNamesType Modifier and Type Method Description JAXBElement<InternationalNamesType>ObjectFactory. createSchemeName(InternationalNamesType value)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 InternationalNamesType Modifier and Type Field Description protected InternationalNamesTypeTakenOverByType. schemeOperatorNameprotected InternationalNamesTypeTakenOverByType. tspNameMethods in eu.europa.esig.trustedlist.jaxb.tslx that return InternationalNamesType Modifier and Type Method Description InternationalNamesTypeTakenOverByType. getSchemeOperatorName()Gets the value of the schemeOperatorName property.InternationalNamesTypeTakenOverByType. getTSPName()Gets the value of the tspName property.Methods in eu.europa.esig.trustedlist.jaxb.tslx with parameters of type InternationalNamesType Modifier and Type Method Description voidTakenOverByType. setSchemeOperatorName(InternationalNamesType value)Sets the value of the schemeOperatorName property.voidTakenOverByType. setTSPName(InternationalNamesType value)Sets the value of the tspName property.