|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.types.gen.MethodParmDef
public class MethodParmDef
| Constructor Summary | |
|---|---|
MethodParmDef()
|
|
MethodParmDef(java.lang.String parmName,
java.lang.String parmType,
java.lang.String parmDefaultValue,
java.lang.String[] parmDomainValues,
boolean parmRequired,
java.lang.String parmLabel,
java.lang.String parmPassBy,
PassByRef PASS_BY_REF,
PassByValue PASS_BY_VALUE,
DatastreamInputType DATASTREAM_INPUT,
UserInputType USER_INPUT,
DefaultInputType DEFAULT_INPUT)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
DatastreamInputType |
getDATASTREAM_INPUT()
Gets the DATASTREAM_INPUT value for this MethodParmDef. |
DefaultInputType |
getDEFAULT_INPUT()
Gets the DEFAULT_INPUT value for this MethodParmDef. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getParmDefaultValue()
Gets the parmDefaultValue value for this MethodParmDef. |
java.lang.String[] |
getParmDomainValues()
Gets the parmDomainValues value for this MethodParmDef. |
java.lang.String |
getParmLabel()
Gets the parmLabel value for this MethodParmDef. |
java.lang.String |
getParmName()
Gets the parmName value for this MethodParmDef. |
java.lang.String |
getParmPassBy()
Gets the parmPassBy value for this MethodParmDef. |
java.lang.String |
getParmType()
Gets the parmType value for this MethodParmDef. |
PassByRef |
getPASS_BY_REF()
Gets the PASS_BY_REF value for this MethodParmDef. |
PassByValue |
getPASS_BY_VALUE()
Gets the PASS_BY_VALUE value for this MethodParmDef. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
UserInputType |
getUSER_INPUT()
Gets the USER_INPUT value for this MethodParmDef. |
int |
hashCode()
|
boolean |
isParmRequired()
Gets the parmRequired value for this MethodParmDef. |
void |
setDATASTREAM_INPUT(DatastreamInputType DATASTREAM_INPUT)
Sets the DATASTREAM_INPUT value for this MethodParmDef. |
void |
setDEFAULT_INPUT(DefaultInputType DEFAULT_INPUT)
Sets the DEFAULT_INPUT value for this MethodParmDef. |
void |
setParmDefaultValue(java.lang.String parmDefaultValue)
Sets the parmDefaultValue value for this MethodParmDef. |
void |
setParmDomainValues(java.lang.String[] parmDomainValues)
Sets the parmDomainValues value for this MethodParmDef. |
void |
setParmLabel(java.lang.String parmLabel)
Sets the parmLabel value for this MethodParmDef. |
void |
setParmName(java.lang.String parmName)
Sets the parmName value for this MethodParmDef. |
void |
setParmPassBy(java.lang.String parmPassBy)
Sets the parmPassBy value for this MethodParmDef. |
void |
setParmRequired(boolean parmRequired)
Sets the parmRequired value for this MethodParmDef. |
void |
setParmType(java.lang.String parmType)
Sets the parmType value for this MethodParmDef. |
void |
setPASS_BY_REF(PassByRef PASS_BY_REF)
Sets the PASS_BY_REF value for this MethodParmDef. |
void |
setPASS_BY_VALUE(PassByValue PASS_BY_VALUE)
Sets the PASS_BY_VALUE value for this MethodParmDef. |
void |
setUSER_INPUT(UserInputType USER_INPUT)
Sets the USER_INPUT value for this MethodParmDef. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodParmDef()
public MethodParmDef(java.lang.String parmName,
java.lang.String parmType,
java.lang.String parmDefaultValue,
java.lang.String[] parmDomainValues,
boolean parmRequired,
java.lang.String parmLabel,
java.lang.String parmPassBy,
PassByRef PASS_BY_REF,
PassByValue PASS_BY_VALUE,
DatastreamInputType DATASTREAM_INPUT,
UserInputType USER_INPUT,
DefaultInputType DEFAULT_INPUT)
| Method Detail |
|---|
public java.lang.String getParmName()
public void setParmName(java.lang.String parmName)
parmName - public java.lang.String getParmType()
public void setParmType(java.lang.String parmType)
parmType - public java.lang.String getParmDefaultValue()
public void setParmDefaultValue(java.lang.String parmDefaultValue)
parmDefaultValue - public java.lang.String[] getParmDomainValues()
public void setParmDomainValues(java.lang.String[] parmDomainValues)
parmDomainValues - public boolean isParmRequired()
public void setParmRequired(boolean parmRequired)
parmRequired - public java.lang.String getParmLabel()
public void setParmLabel(java.lang.String parmLabel)
parmLabel - public java.lang.String getParmPassBy()
public void setParmPassBy(java.lang.String parmPassBy)
parmPassBy - public PassByRef getPASS_BY_REF()
public void setPASS_BY_REF(PassByRef PASS_BY_REF)
PASS_BY_REF - public PassByValue getPASS_BY_VALUE()
public void setPASS_BY_VALUE(PassByValue PASS_BY_VALUE)
PASS_BY_VALUE - public DatastreamInputType getDATASTREAM_INPUT()
public void setDATASTREAM_INPUT(DatastreamInputType DATASTREAM_INPUT)
DATASTREAM_INPUT - public UserInputType getUSER_INPUT()
public void setUSER_INPUT(UserInputType USER_INPUT)
USER_INPUT - public DefaultInputType getDEFAULT_INPUT()
public void setDEFAULT_INPUT(DefaultInputType DEFAULT_INPUT)
DEFAULT_INPUT - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||