1 28 29 package ist.coach.coachEmsCommon; 30 31 import intt.itu.itut_x780.SourceIndicatorType; 32 import ist.coach.coachEmsMib.IpAddressDataValueType; 33 import org.omg.CosNaming.NameComponent ; 34 39 public class IpAddressDataValueTypeImpl 40 extends IpAddressDataValueType 41 { 42 48 54 public IpAddressDataValueTypeImpl() 55 { } 56 57 public IpAddressDataValueTypeImpl( 58 byte[] ipAdEntAddr, 59 int ipAdEntIfIndex, 60 byte[] ipAdEntNetMask, 61 int ipAdEntBcastAddr, 62 short ipAdEntReasmMaxSize, 63 64 NameComponent [] name, 65 String objectClass, 66 String [] packages, 67 SourceIndicatorType creationSource, 68 short deletePolicy) { 69 70 this.ipAdEntAddr = ipAdEntAddr; 71 this.ipAdEntIfIndex = ipAdEntIfIndex; 72 this.ipAdEntNetMask = ipAdEntNetMask; 73 this.ipAdEntBcastAddr = ipAdEntBcastAddr; 74 this.ipAdEntReasmMaxSize = ipAdEntReasmMaxSize; 75 this.name = name; 76 this.objectClass = objectClass; 77 this.packages = packages; 78 this.creationSource = creationSource; 79 this.deletePolicy = deletePolicy; 80 } 81 87 } 88 | Popular Tags |