net.sf.provisioner.IntrawayWSDL_pkg
Class SpDescriptionObj

java.lang.Object
  extended by net.sf.provisioner.IntrawayWSDL_pkg.SpDescriptionObj
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SpDescriptionObj()
           
SpDescriptionObj(java.lang.String servicePackageName, java.lang.String servicePackageCRMId, java.lang.String COS, FlowsObj[] serviceFlowsUpstream, FlowsObj[] serviceFlowsDownstream, ComandosObj[] grupoComandosSNMP, OpcionesObj[] opcionesAdicionales)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCOS()
          Gets the COS value for this SpDescriptionObj.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ComandosObj[] getGrupoComandosSNMP()
          Gets the grupoComandosSNMP value for this SpDescriptionObj.
 OpcionesObj[] getOpcionesAdicionales()
          Gets the opcionesAdicionales value for this SpDescriptionObj.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 FlowsObj[] getServiceFlowsDownstream()
          Gets the serviceFlowsDownstream value for this SpDescriptionObj.
 FlowsObj[] getServiceFlowsUpstream()
          Gets the serviceFlowsUpstream value for this SpDescriptionObj.
 java.lang.String getServicePackageCRMId()
          Gets the servicePackageCRMId value for this SpDescriptionObj.
 java.lang.String getServicePackageName()
          Gets the servicePackageName value for this SpDescriptionObj.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCOS(java.lang.String COS)
          Sets the COS value for this SpDescriptionObj.
 void setGrupoComandosSNMP(ComandosObj[] grupoComandosSNMP)
          Sets the grupoComandosSNMP value for this SpDescriptionObj.
 void setOpcionesAdicionales(OpcionesObj[] opcionesAdicionales)
          Sets the opcionesAdicionales value for this SpDescriptionObj.
 void setServiceFlowsDownstream(FlowsObj[] serviceFlowsDownstream)
          Sets the serviceFlowsDownstream value for this SpDescriptionObj.
 void setServiceFlowsUpstream(FlowsObj[] serviceFlowsUpstream)
          Sets the serviceFlowsUpstream value for this SpDescriptionObj.
 void setServicePackageCRMId(java.lang.String servicePackageCRMId)
          Sets the servicePackageCRMId value for this SpDescriptionObj.
 void setServicePackageName(java.lang.String servicePackageName)
          Sets the servicePackageName value for this SpDescriptionObj.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpDescriptionObj

public SpDescriptionObj()

SpDescriptionObj

public SpDescriptionObj(java.lang.String servicePackageName,
                        java.lang.String servicePackageCRMId,
                        java.lang.String COS,
                        FlowsObj[] serviceFlowsUpstream,
                        FlowsObj[] serviceFlowsDownstream,
                        ComandosObj[] grupoComandosSNMP,
                        OpcionesObj[] opcionesAdicionales)
Method Detail

getServicePackageName

public java.lang.String getServicePackageName()
Gets the servicePackageName value for this SpDescriptionObj.

Returns:
servicePackageName

setServicePackageName

public void setServicePackageName(java.lang.String servicePackageName)
Sets the servicePackageName value for this SpDescriptionObj.

Parameters:
servicePackageName -

getServicePackageCRMId

public java.lang.String getServicePackageCRMId()
Gets the servicePackageCRMId value for this SpDescriptionObj.

Returns:
servicePackageCRMId

setServicePackageCRMId

public void setServicePackageCRMId(java.lang.String servicePackageCRMId)
Sets the servicePackageCRMId value for this SpDescriptionObj.

Parameters:
servicePackageCRMId -

getCOS

public java.lang.String getCOS()
Gets the COS value for this SpDescriptionObj.

Returns:
COS

setCOS

public void setCOS(java.lang.String COS)
Sets the COS value for this SpDescriptionObj.

Parameters:
COS -

getServiceFlowsUpstream

public FlowsObj[] getServiceFlowsUpstream()
Gets the serviceFlowsUpstream value for this SpDescriptionObj.

Returns:
serviceFlowsUpstream

setServiceFlowsUpstream

public void setServiceFlowsUpstream(FlowsObj[] serviceFlowsUpstream)
Sets the serviceFlowsUpstream value for this SpDescriptionObj.

Parameters:
serviceFlowsUpstream -

getServiceFlowsDownstream

public FlowsObj[] getServiceFlowsDownstream()
Gets the serviceFlowsDownstream value for this SpDescriptionObj.

Returns:
serviceFlowsDownstream

setServiceFlowsDownstream

public void setServiceFlowsDownstream(FlowsObj[] serviceFlowsDownstream)
Sets the serviceFlowsDownstream value for this SpDescriptionObj.

Parameters:
serviceFlowsDownstream -

getGrupoComandosSNMP

public ComandosObj[] getGrupoComandosSNMP()
Gets the grupoComandosSNMP value for this SpDescriptionObj.

Returns:
grupoComandosSNMP

setGrupoComandosSNMP

public void setGrupoComandosSNMP(ComandosObj[] grupoComandosSNMP)
Sets the grupoComandosSNMP value for this SpDescriptionObj.

Parameters:
grupoComandosSNMP -

getOpcionesAdicionales

public OpcionesObj[] getOpcionesAdicionales()
Gets the opcionesAdicionales value for this SpDescriptionObj.

Returns:
opcionesAdicionales

setOpcionesAdicionales

public void setOpcionesAdicionales(OpcionesObj[] opcionesAdicionales)
Sets the opcionesAdicionales value for this SpDescriptionObj.

Parameters:
opcionesAdicionales -

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



Copyright © 2007-2008. All Rights Reserved.