hudson.plugins.mantis.soap
クラス ProjectData

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.ProjectData
すべての実装されたインタフェース:
java.io.Serializable

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

関連項目:
直列化された形式

コンストラクタの概要
ProjectData()
           
ProjectData(java.math.BigInteger id, java.lang.String name, ObjectRef status, java.lang.Boolean enabled, ObjectRef view_state, ObjectRef access_min, java.lang.String file_path, java.lang.String description, ProjectData[] subprojects)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 ObjectRef getAccess_min()
          Gets the access_min value for this ProjectData.
 java.lang.String getDescription()
          Gets the description value for this ProjectData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getEnabled()
          Gets the enabled value for this ProjectData.
 java.lang.String getFile_path()
          Gets the file_path value for this ProjectData.
 java.math.BigInteger getId()
          Gets the id value for this ProjectData.
 java.lang.String getName()
          Gets the name value for this ProjectData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 ObjectRef getStatus()
          Gets the status value for this ProjectData.
 ProjectData[] getSubprojects()
          Gets the subprojects value for this ProjectData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 ObjectRef getView_state()
          Gets the view_state value for this ProjectData.
 int hashCode()
           
 void setAccess_min(ObjectRef access_min)
          Sets the access_min value for this ProjectData.
 void setDescription(java.lang.String description)
          Sets the description value for this ProjectData.
 void setEnabled(java.lang.Boolean enabled)
          Sets the enabled value for this ProjectData.
 void setFile_path(java.lang.String file_path)
          Sets the file_path value for this ProjectData.
 void setId(java.math.BigInteger id)
          Sets the id value for this ProjectData.
 void setName(java.lang.String name)
          Sets the name value for this ProjectData.
 void setStatus(ObjectRef status)
          Sets the status value for this ProjectData.
 void setSubprojects(ProjectData[] subprojects)
          Sets the subprojects value for this ProjectData.
 void setView_state(ObjectRef view_state)
          Sets the view_state value for this ProjectData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ProjectData

public ProjectData()

ProjectData

public ProjectData(java.math.BigInteger id,
                   java.lang.String name,
                   ObjectRef status,
                   java.lang.Boolean enabled,
                   ObjectRef view_state,
                   ObjectRef access_min,
                   java.lang.String file_path,
                   java.lang.String description,
                   ProjectData[] subprojects)
メソッドの詳細

getId

public java.math.BigInteger getId()
Gets the id value for this ProjectData.

戻り値:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this ProjectData.

パラメータ:
id -

getName

public java.lang.String getName()
Gets the name value for this ProjectData.

戻り値:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ProjectData.

パラメータ:
name -

getStatus

public ObjectRef getStatus()
Gets the status value for this ProjectData.

戻り値:
status

setStatus

public void setStatus(ObjectRef status)
Sets the status value for this ProjectData.

パラメータ:
status -

getEnabled

public java.lang.Boolean getEnabled()
Gets the enabled value for this ProjectData.

戻り値:
enabled

setEnabled

public void setEnabled(java.lang.Boolean enabled)
Sets the enabled value for this ProjectData.

パラメータ:
enabled -

getView_state

public ObjectRef getView_state()
Gets the view_state value for this ProjectData.

戻り値:
view_state

setView_state

public void setView_state(ObjectRef view_state)
Sets the view_state value for this ProjectData.

パラメータ:
view_state -

getAccess_min

public ObjectRef getAccess_min()
Gets the access_min value for this ProjectData.

戻り値:
access_min

setAccess_min

public void setAccess_min(ObjectRef access_min)
Sets the access_min value for this ProjectData.

パラメータ:
access_min -

getFile_path

public java.lang.String getFile_path()
Gets the file_path value for this ProjectData.

戻り値:
file_path

setFile_path

public void setFile_path(java.lang.String file_path)
Sets the file_path value for this ProjectData.

パラメータ:
file_path -

getDescription

public java.lang.String getDescription()
Gets the description value for this ProjectData.

戻り値:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ProjectData.

パラメータ:
description -

getSubprojects

public ProjectData[] getSubprojects()
Gets the subprojects value for this ProjectData.

戻り値:
subprojects

setSubprojects

public void setSubprojects(ProjectData[] subprojects)
Sets the subprojects value for this ProjectData.

パラメータ:
subprojects -

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(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 © 2008. All Rights Reserved.