Uses of Class
com.eu.miscedautils.ipxact.Generator.VendorExtensions

Packages that use VendorExtensions
com.eu.miscedautils.ipxact.Generator   
 

Uses of VendorExtensions in com.eu.miscedautils.ipxact.Generator
 

Methods in com.eu.miscedautils.ipxact.Generator that return VendorExtensions
 VendorExtensions ObjectFactory.createVendorExtensions()
          Create an instance of VendorExtensions
 VendorExtensions NameValuePairType.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions GeneratorType.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions GeneratorChain.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions FileSetType.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions File.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions ExecutableImage.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions ExecutableImage.LanguageTools.FileBuilder.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 VendorExtensions ExecutableImage.LanguageTools.LinkerCommandFile.getVendorExtensions()
          Gets the value of the vendorExtensions property.
 

Methods in com.eu.miscedautils.ipxact.Generator with parameters of type VendorExtensions
 void NameValuePairType.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void GeneratorType.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void GeneratorChain.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void FileSetType.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void File.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void ExecutableImage.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void ExecutableImage.LanguageTools.FileBuilder.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.
 void ExecutableImage.LanguageTools.LinkerCommandFile.setVendorExtensions(VendorExtensions value)
          Sets the value of the vendorExtensions property.