View Javadoc

1   /**
2    * SrmCheckPermissionRequest.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
7   
8   package org.ogf.srm22;
9   
10  public class SrmCheckPermissionRequest  implements java.io.Serializable {
11      private org.ogf.srm22.ArrayOfAnyURI arrayOfSURLs;
12  
13      private java.lang.String authorizationID;
14  
15      private org.ogf.srm22.ArrayOfTExtraInfo storageSystemInfo;
16  
17      public SrmCheckPermissionRequest() {
18      }
19  
20      public SrmCheckPermissionRequest(
21             org.ogf.srm22.ArrayOfAnyURI arrayOfSURLs,
22             java.lang.String authorizationID,
23             org.ogf.srm22.ArrayOfTExtraInfo storageSystemInfo) {
24             this.arrayOfSURLs = arrayOfSURLs;
25             this.authorizationID = authorizationID;
26             this.storageSystemInfo = storageSystemInfo;
27      }
28  
29  
30      /**
31       * Gets the arrayOfSURLs value for this SrmCheckPermissionRequest.
32       * 
33       * @return arrayOfSURLs
34       */
35      public org.ogf.srm22.ArrayOfAnyURI getArrayOfSURLs() {
36          return arrayOfSURLs;
37      }
38  
39  
40      /**
41       * Sets the arrayOfSURLs value for this SrmCheckPermissionRequest.
42       * 
43       * @param arrayOfSURLs
44       */
45      public void setArrayOfSURLs(org.ogf.srm22.ArrayOfAnyURI arrayOfSURLs) {
46          this.arrayOfSURLs = arrayOfSURLs;
47      }
48  
49  
50      /**
51       * Gets the authorizationID value for this SrmCheckPermissionRequest.
52       * 
53       * @return authorizationID
54       */
55      public java.lang.String getAuthorizationID() {
56          return authorizationID;
57      }
58  
59  
60      /**
61       * Sets the authorizationID value for this SrmCheckPermissionRequest.
62       * 
63       * @param authorizationID
64       */
65      public void setAuthorizationID(java.lang.String authorizationID) {
66          this.authorizationID = authorizationID;
67      }
68  
69  
70      /**
71       * Gets the storageSystemInfo value for this SrmCheckPermissionRequest.
72       * 
73       * @return storageSystemInfo
74       */
75      public org.ogf.srm22.ArrayOfTExtraInfo getStorageSystemInfo() {
76          return storageSystemInfo;
77      }
78  
79  
80      /**
81       * Sets the storageSystemInfo value for this SrmCheckPermissionRequest.
82       * 
83       * @param storageSystemInfo
84       */
85      public void setStorageSystemInfo(org.ogf.srm22.ArrayOfTExtraInfo storageSystemInfo) {
86          this.storageSystemInfo = storageSystemInfo;
87      }
88  
89      private java.lang.Object __equalsCalc = null;
90      public synchronized boolean equals(java.lang.Object obj) {
91          if (!(obj instanceof SrmCheckPermissionRequest)) return false;
92          SrmCheckPermissionRequest other = (SrmCheckPermissionRequest) obj;
93          if (obj == null) return false;
94          if (this == obj) return true;
95          if (__equalsCalc != null) {
96              return (__equalsCalc == obj);
97          }
98          __equalsCalc = obj;
99          boolean _equals;
100         _equals = true && 
101             ((this.arrayOfSURLs==null && other.getArrayOfSURLs()==null) || 
102              (this.arrayOfSURLs!=null &&
103               this.arrayOfSURLs.equals(other.getArrayOfSURLs()))) &&
104             ((this.authorizationID==null && other.getAuthorizationID()==null) || 
105              (this.authorizationID!=null &&
106               this.authorizationID.equals(other.getAuthorizationID()))) &&
107             ((this.storageSystemInfo==null && other.getStorageSystemInfo()==null) || 
108              (this.storageSystemInfo!=null &&
109               this.storageSystemInfo.equals(other.getStorageSystemInfo())));
110         __equalsCalc = null;
111         return _equals;
112     }
113 
114     private boolean __hashCodeCalc = false;
115     public synchronized int hashCode() {
116         if (__hashCodeCalc) {
117             return 0;
118         }
119         __hashCodeCalc = true;
120         int _hashCode = 1;
121         if (getArrayOfSURLs() != null) {
122             _hashCode += getArrayOfSURLs().hashCode();
123         }
124         if (getAuthorizationID() != null) {
125             _hashCode += getAuthorizationID().hashCode();
126         }
127         if (getStorageSystemInfo() != null) {
128             _hashCode += getStorageSystemInfo().hashCode();
129         }
130         __hashCodeCalc = false;
131         return _hashCode;
132     }
133 
134     // Type metadata
135     private static org.apache.axis.description.TypeDesc typeDesc =
136         new org.apache.axis.description.TypeDesc(SrmCheckPermissionRequest.class, true);
137 
138     static {
139         typeDesc.setXmlType(new javax.xml.namespace.QName("http://srm.lbl.gov/StorageResourceManager", "srmCheckPermissionRequest"));
140         org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
141         elemField.setFieldName("arrayOfSURLs");
142         elemField.setXmlName(new javax.xml.namespace.QName("", "arrayOfSURLs"));
143         elemField.setXmlType(new javax.xml.namespace.QName("http://srm.lbl.gov/StorageResourceManager", "ArrayOfAnyURI"));
144         elemField.setNillable(false);
145         typeDesc.addFieldDesc(elemField);
146         elemField = new org.apache.axis.description.ElementDesc();
147         elemField.setFieldName("authorizationID");
148         elemField.setXmlName(new javax.xml.namespace.QName("", "authorizationID"));
149         elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
150         elemField.setMinOccurs(0);
151         elemField.setNillable(true);
152         typeDesc.addFieldDesc(elemField);
153         elemField = new org.apache.axis.description.ElementDesc();
154         elemField.setFieldName("storageSystemInfo");
155         elemField.setXmlName(new javax.xml.namespace.QName("", "storageSystemInfo"));
156         elemField.setXmlType(new javax.xml.namespace.QName("http://srm.lbl.gov/StorageResourceManager", "ArrayOfTExtraInfo"));
157         elemField.setMinOccurs(0);
158         elemField.setNillable(true);
159         typeDesc.addFieldDesc(elemField);
160     }
161 
162     /**
163      * Return type metadata object
164      */
165     public static org.apache.axis.description.TypeDesc getTypeDesc() {
166         return typeDesc;
167     }
168 
169     /**
170      * Get Custom Serializer
171      */
172     public static org.apache.axis.encoding.Serializer getSerializer(
173            java.lang.String mechType, 
174            java.lang.Class _javaType,  
175            javax.xml.namespace.QName _xmlType) {
176         return 
177           new  org.apache.axis.encoding.ser.BeanSerializer(
178             _javaType, _xmlType, typeDesc);
179     }
180 
181     /**
182      * Get Custom Deserializer
183      */
184     public static org.apache.axis.encoding.Deserializer getDeserializer(
185            java.lang.String mechType, 
186            java.lang.Class _javaType,  
187            javax.xml.namespace.QName _xmlType) {
188         return 
189           new  org.apache.axis.encoding.ser.BeanDeserializer(
190             _javaType, _xmlType, typeDesc);
191     }
192 
193 }