oasis.names.tc.wsrp.v1.types
Class RegistrationData

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.RegistrationData
All Implemented Interfaces:
java.io.Serializable

public class RegistrationData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

RegistrationData

public RegistrationData()

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

getConsumerName

public java.lang.String getConsumerName()
Gets the consumerName value for this RegistrationData.

Returns:
consumerName

setConsumerName

public void setConsumerName(java.lang.String consumerName)
Sets the consumerName value for this RegistrationData.

Parameters:
consumerName -

getConsumerAgent

public java.lang.String getConsumerAgent()
Gets the consumerAgent value for this RegistrationData.

Returns:
consumerAgent

setConsumerAgent

public void setConsumerAgent(java.lang.String consumerAgent)
Sets the consumerAgent value for this RegistrationData.

Parameters:
consumerAgent -

isMethodGetSupported

public boolean isMethodGetSupported()
Gets the methodGetSupported value for this RegistrationData.

Returns:
methodGetSupported

setMethodGetSupported

public void setMethodGetSupported(boolean methodGetSupported)
Sets the methodGetSupported value for this RegistrationData.

Parameters:
methodGetSupported -

getConsumerModes

public java.lang.String[] getConsumerModes()
Gets the consumerModes value for this RegistrationData.

Returns:
consumerModes

setConsumerModes

public void setConsumerModes(java.lang.String[] consumerModes)
Sets the consumerModes value for this RegistrationData.

Parameters:
consumerModes -

getConsumerModes

public java.lang.String getConsumerModes(int i)

setConsumerModes

public void setConsumerModes(int i,
                             java.lang.String _value)

getConsumerWindowStates

public java.lang.String[] getConsumerWindowStates()
Gets the consumerWindowStates value for this RegistrationData.

Returns:
consumerWindowStates

setConsumerWindowStates

public void setConsumerWindowStates(java.lang.String[] consumerWindowStates)
Sets the consumerWindowStates value for this RegistrationData.

Parameters:
consumerWindowStates -

getConsumerWindowStates

public java.lang.String getConsumerWindowStates(int i)

setConsumerWindowStates

public void setConsumerWindowStates(int i,
                                    java.lang.String _value)

getConsumerUserScopes

public java.lang.String[] getConsumerUserScopes()
Gets the consumerUserScopes value for this RegistrationData.

Returns:
consumerUserScopes

setConsumerUserScopes

public void setConsumerUserScopes(java.lang.String[] consumerUserScopes)
Sets the consumerUserScopes value for this RegistrationData.

Parameters:
consumerUserScopes -

getConsumerUserScopes

public java.lang.String getConsumerUserScopes(int i)

setConsumerUserScopes

public void setConsumerUserScopes(int i,
                                  java.lang.String _value)

getCustomUserProfileData

public java.lang.String[] getCustomUserProfileData()
Gets the customUserProfileData value for this RegistrationData.

Returns:
customUserProfileData

setCustomUserProfileData

public void setCustomUserProfileData(java.lang.String[] customUserProfileData)
Sets the customUserProfileData value for this RegistrationData.

Parameters:
customUserProfileData -

getCustomUserProfileData

public java.lang.String getCustomUserProfileData(int i)

setCustomUserProfileData

public void setCustomUserProfileData(int i,
                                     java.lang.String _value)

getRegistrationProperties

public Property[] getRegistrationProperties()
Gets the registrationProperties value for this RegistrationData.

Returns:
registrationProperties

setRegistrationProperties

public void setRegistrationProperties(Property[] registrationProperties)
Sets the registrationProperties value for this RegistrationData.

Parameters:
registrationProperties -

getRegistrationProperties

public Property getRegistrationProperties(int i)

setRegistrationProperties

public void setRegistrationProperties(int i,
                                      Property _value)

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this RegistrationData.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this RegistrationData.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer