public class Method
extends java.lang.Object
Java class for method complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="method"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arguments" type="{http://www.highqsoft.com/transformer/common}propertyseq" minOccurs="0"/> <choice> <element name="classdef" type="{http://www.highqsoft.com/transformer/common}classdef"/> <element name="objdef" type="{http://www.highqsoft.com/transformer/common}objdef"/> <element name="objref" type="{http://www.highqsoft.com/transformer/common}objref"/> </choice> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Propertyseq |
arguments |
protected Classdef |
classdef |
protected java.lang.String |
name |
protected Objdef |
objdef |
protected Objref |
objref |
Constructor and Description |
---|
Method() |
Modifier and Type | Method and Description |
---|---|
Propertyseq |
getArguments()
Gets the value of the arguments property.
|
Classdef |
getClassdef()
Gets the value of the classdef property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
Objdef |
getObjdef()
Gets the value of the objdef property.
|
Objref |
getObjref()
Gets the value of the objref property.
|
void |
setArguments(Propertyseq value)
Sets the value of the arguments property.
|
void |
setClassdef(Classdef value)
Sets the value of the classdef property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjdef(Objdef value)
Sets the value of the objdef property.
|
void |
setObjref(Objref value)
Sets the value of the objref property.
|
protected Propertyseq arguments
protected Classdef classdef
protected Objdef objdef
protected Objref objref
protected java.lang.String name
public Propertyseq getArguments()
Propertyseq
public void setArguments(Propertyseq value)
value
- allowed object is
Propertyseq
public Classdef getClassdef()
Classdef
public void setClassdef(Classdef value)
value
- allowed object is
Classdef
public Objdef getObjdef()
Objdef
public void setObjdef(Objdef value)
value
- allowed object is
Objdef
public Objref getObjref()
Objref
public void setObjref(Objref value)
value
- allowed object is
Objref
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String