|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.RegistrationData
public class RegistrationData
Constructor Summary | |
---|---|
RegistrationData()
|
|
RegistrationData(java.lang.String consumerAgent,
java.lang.String[] consumerModes,
java.lang.String consumerName,
java.lang.String[] consumerUserScopes,
java.lang.String[] consumerWindowStates,
java.lang.String[] customUserProfileData,
Extension[] extensions,
boolean methodGetSupported,
Property[] registrationProperties)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getConsumerAgent()
Gets the consumerAgent value for this RegistrationData. |
java.lang.String[] |
getConsumerModes()
Gets the consumerModes value for this RegistrationData. |
java.lang.String |
getConsumerModes(int i)
|
java.lang.String |
getConsumerName()
Gets the consumerName value for this RegistrationData. |
java.lang.String[] |
getConsumerUserScopes()
Gets the consumerUserScopes value for this RegistrationData. |
java.lang.String |
getConsumerUserScopes(int i)
|
java.lang.String[] |
getConsumerWindowStates()
Gets the consumerWindowStates value for this RegistrationData. |
java.lang.String |
getConsumerWindowStates(int i)
|
java.lang.String[] |
getCustomUserProfileData()
Gets the customUserProfileData value for this RegistrationData. |
java.lang.String |
getCustomUserProfileData(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
Extension[] |
getExtensions()
Gets the extensions value for this RegistrationData. |
Extension |
getExtensions(int i)
|
Property[] |
getRegistrationProperties()
Gets the registrationProperties value for this RegistrationData. |
Property |
getRegistrationProperties(int i)
|
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 |
int |
hashCode()
|
boolean |
isMethodGetSupported()
Gets the methodGetSupported value for this RegistrationData. |
void |
setConsumerAgent(java.lang.String consumerAgent)
Sets the consumerAgent value for this RegistrationData. |
void |
setConsumerModes(int i,
java.lang.String _value)
|
void |
setConsumerModes(java.lang.String[] consumerModes)
Sets the consumerModes value for this RegistrationData. |
void |
setConsumerName(java.lang.String consumerName)
Sets the consumerName value for this RegistrationData. |
void |
setConsumerUserScopes(int i,
java.lang.String _value)
|
void |
setConsumerUserScopes(java.lang.String[] consumerUserScopes)
Sets the consumerUserScopes value for this RegistrationData. |
void |
setConsumerWindowStates(int i,
java.lang.String _value)
|
void |
setConsumerWindowStates(java.lang.String[] consumerWindowStates)
Sets the consumerWindowStates value for this RegistrationData. |
void |
setCustomUserProfileData(int i,
java.lang.String _value)
|
void |
setCustomUserProfileData(java.lang.String[] customUserProfileData)
Sets the customUserProfileData value for this RegistrationData. |
void |
setExtensions(Extension[] extensions)
Sets the extensions value for this RegistrationData. |
void |
setExtensions(int i,
Extension _value)
|
void |
setMethodGetSupported(boolean methodGetSupported)
Sets the methodGetSupported value for this RegistrationData. |
void |
setRegistrationProperties(int i,
Property _value)
|
void |
setRegistrationProperties(Property[] registrationProperties)
Sets the registrationProperties value for this RegistrationData. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistrationData()
public RegistrationData(java.lang.String consumerAgent, java.lang.String[] consumerModes, java.lang.String consumerName, java.lang.String[] consumerUserScopes, java.lang.String[] consumerWindowStates, java.lang.String[] customUserProfileData, Extension[] extensions, boolean methodGetSupported, Property[] registrationProperties)
Method Detail |
---|
public java.lang.String getConsumerName()
public void setConsumerName(java.lang.String consumerName)
consumerName
- public java.lang.String getConsumerAgent()
public void setConsumerAgent(java.lang.String consumerAgent)
consumerAgent
- public boolean isMethodGetSupported()
public void setMethodGetSupported(boolean methodGetSupported)
methodGetSupported
- public java.lang.String[] getConsumerModes()
public void setConsumerModes(java.lang.String[] consumerModes)
consumerModes
- public java.lang.String getConsumerModes(int i)
public void setConsumerModes(int i, java.lang.String _value)
public java.lang.String[] getConsumerWindowStates()
public void setConsumerWindowStates(java.lang.String[] consumerWindowStates)
consumerWindowStates
- public java.lang.String getConsumerWindowStates(int i)
public void setConsumerWindowStates(int i, java.lang.String _value)
public java.lang.String[] getConsumerUserScopes()
public void setConsumerUserScopes(java.lang.String[] consumerUserScopes)
consumerUserScopes
- public java.lang.String getConsumerUserScopes(int i)
public void setConsumerUserScopes(int i, java.lang.String _value)
public java.lang.String[] getCustomUserProfileData()
public void setCustomUserProfileData(java.lang.String[] customUserProfileData)
customUserProfileData
- public java.lang.String getCustomUserProfileData(int i)
public void setCustomUserProfileData(int i, java.lang.String _value)
public Property[] getRegistrationProperties()
public void setRegistrationProperties(Property[] registrationProperties)
registrationProperties
- public Property getRegistrationProperties(int i)
public void setRegistrationProperties(int i, Property _value)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions
- public Extension getExtensions(int i)
public void setExtensions(int i, Extension _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |