org.csapi.mm
Class TpUserLocationEmergencyRequest

java.lang.Object
  extended by org.csapi.mm.TpUserLocationEmergencyRequest
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpUserLocationEmergencyRequest
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpUserLocationEmergencyRequest"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String Imei
           
 boolean ImeiPresent
           
 TpLocationRequest LocationReq
           
 java.lang.String NaEsrd
           
 boolean NaEsrdPresent
           
 java.lang.String NaEsrk
           
 boolean NaEsrkPresent
           
 TpAddress UserAddress
           
 boolean UserAddressPresent
           
 
Constructor Summary
TpUserLocationEmergencyRequest()
           
TpUserLocationEmergencyRequest(boolean UserAddressPresent, TpAddress UserAddress, boolean NaEsrdPresent, java.lang.String NaEsrd, boolean NaEsrkPresent, java.lang.String NaEsrk, boolean ImeiPresent, java.lang.String Imei, TpLocationRequest LocationReq)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UserAddressPresent

public boolean UserAddressPresent

UserAddress

public TpAddress UserAddress

NaEsrdPresent

public boolean NaEsrdPresent

NaEsrd

public java.lang.String NaEsrd

NaEsrkPresent

public boolean NaEsrkPresent

NaEsrk

public java.lang.String NaEsrk

ImeiPresent

public boolean ImeiPresent

Imei

public java.lang.String Imei

LocationReq

public TpLocationRequest LocationReq
Constructor Detail

TpUserLocationEmergencyRequest

public TpUserLocationEmergencyRequest()

TpUserLocationEmergencyRequest

public TpUserLocationEmergencyRequest(boolean UserAddressPresent,
                                      TpAddress UserAddress,
                                      boolean NaEsrdPresent,
                                      java.lang.String NaEsrd,
                                      boolean NaEsrkPresent,
                                      java.lang.String NaEsrk,
                                      boolean ImeiPresent,
                                      java.lang.String Imei,
                                      TpLocationRequest LocationReq)


Copyright © 2009. All Rights Reserved.