|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.higgins.ics.ws.wsdl.PropertyTO
Constructor Summary | |
---|---|
PropertyTO()
|
|
PropertyTO(String claimType,
PropertyTO[] complexValue,
String inputMask,
String name,
String[] optionalValues,
String pattern,
int type,
String[] value,
String valueType,
boolean visible)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClaimType()
Gets the claimType value for this PropertyTO. |
PropertyTO[] |
getComplexValue()
Gets the complexValue value for this PropertyTO. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
String |
getInputMask()
Gets the inputMask value for this PropertyTO. |
String |
getName()
Gets the name value for this PropertyTO. |
String[] |
getOptionalValues()
Gets the optionalValues value for this PropertyTO. |
String |
getPattern()
Gets the pattern value for this PropertyTO. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getType()
Gets the type value for this PropertyTO. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
String[] |
getValue()
Gets the value value for this PropertyTO. |
String |
getValueType()
Gets the valueType value for this PropertyTO. |
int |
hashCode()
|
boolean |
isVisible()
Gets the visible value for this PropertyTO. |
void |
setClaimType(String claimType)
Sets the claimType value for this PropertyTO. |
void |
setComplexValue(PropertyTO[] complexValue)
Sets the complexValue value for this PropertyTO. |
void |
setInputMask(String inputMask)
Sets the inputMask value for this PropertyTO. |
void |
setName(String name)
Sets the name value for this PropertyTO. |
void |
setOptionalValues(String[] optionalValues)
Sets the optionalValues value for this PropertyTO. |
void |
setPattern(String pattern)
Sets the pattern value for this PropertyTO. |
void |
setType(int type)
Sets the type value for this PropertyTO. |
void |
setValue(String[] value)
Sets the value value for this PropertyTO. |
void |
setValueType(String valueType)
Sets the valueType value for this PropertyTO. |
void |
setVisible(boolean visible)
Sets the visible value for this PropertyTO. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyTO()
public PropertyTO(String claimType, PropertyTO[] complexValue, String inputMask, String name, String[] optionalValues, String pattern, int type, String[] value, String valueType, boolean visible)
Method Detail |
public String getClaimType()
public void setClaimType(String claimType)
claimType
- public PropertyTO[] getComplexValue()
public void setComplexValue(PropertyTO[] complexValue)
complexValue
- public String getInputMask()
public void setInputMask(String inputMask)
inputMask
- public String getName()
public void setName(String name)
name
- public String[] getOptionalValues()
public void setOptionalValues(String[] optionalValues)
optionalValues
- public String getPattern()
public void setPattern(String pattern)
pattern
- public int getType()
public void setType(int type)
type
- public String[] getValue()
public void setValue(String[] value)
value
- public String getValueType()
public void setValueType(String valueType)
valueType
- public boolean isVisible()
public void setVisible(boolean visible)
visible
- public boolean equals(Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |