Operation |
Details |
public DiagnosticsType(): |
Sequential |
public DiagnosticsType( gov.loc.www.zing.srw.diagnostic.DiagnosticType[] diagnostic): |
Sequential |
public equals( java.lang.Object obj):boolean |
Sequential |
public static getDeserializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer |
Sequential Notes: | Get Custom Deserializer | |
public getDiagnostic():gov.loc.www.zing.srw.diagnostic.DiagnosticType |
Sequential Notes: | Gets the diagnostic value for this DiagnosticsType. @return diagnostic | |
public getDiagnostic( int i):gov.loc.www.zing.srw.diagnostic.DiagnosticType |
Sequential |
public static getSerializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer |
Sequential Notes: | Get Custom Serializer | |
public static getTypeDesc():org.apache.axis.description.TypeDesc |
Sequential Notes: | Return type metadata object | |
public hashCode():int |
Sequential |
public setDiagnostic( gov.loc.www.zing.srw.diagnostic.DiagnosticType[] diagnostic):void |
Sequential Notes: | Sets the diagnostic value for this DiagnosticsType. | |
public setDiagnostic( int i, gov.loc.www.zing.srw.diagnostic.DiagnosticType _value):void |
Sequential |