public class

GetAssemblyMetaData

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webpartpages.GetAssemblyMetaData

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assemblyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="baseTypes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String assemblyName
protected String baseTypes
Public Constructors
GetAssemblyMetaData()
Public Methods
String getAssemblyName()
Gets the value of the assemblyName property.
String getBaseTypes()
Gets the value of the baseTypes property.
void setAssemblyName(String value)
Sets the value of the assemblyName property.
void setBaseTypes(String value)
Sets the value of the baseTypes property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String assemblyName

protected String baseTypes

Public Constructors

public GetAssemblyMetaData ()

Public Methods

public String getAssemblyName ()

Gets the value of the assemblyName property.

Returns
  • possible object is String

public String getBaseTypes ()

Gets the value of the baseTypes property.

Returns
  • possible object is String

public void setAssemblyName (String value)

Sets the value of the assemblyName property.

Parameters
value Allowed object is String

public void setBaseTypes (String value)

Sets the value of the baseTypes property.

Parameters
value Allowed object is String