类com.alipay.api.domain.InvoiceTitleModel源码实例Demo

下面列出了怎么用com.alipay.api.domain.InvoiceTitleModel的API类实例代码及写法,或者点击链接到github查看源代码。

public void setTitleList(List<InvoiceTitleModel> titleList) {
	this.titleList = titleList;
}
 
public List<InvoiceTitleModel> getTitleList( ) {
	return this.titleList;
}
 
public void setTitle(InvoiceTitleModel title) {
	this.title = title;
}
 
public InvoiceTitleModel getTitle( ) {
	return this.title;
}
 
public void setTitleList(List<InvoiceTitleModel> titleList) {
	this.titleList = titleList;
}
 
public List<InvoiceTitleModel> getTitleList( ) {
	return this.titleList;
}
 
public void setTitleList(List<InvoiceTitleModel> titleList) {
	this.titleList = titleList;
}
 
public List<InvoiceTitleModel> getTitleList( ) {
	return this.titleList;
}
 
public void setTitle(InvoiceTitleModel title) {
	this.title = title;
}
 
public InvoiceTitleModel getTitle( ) {
	return this.title;
}
 
public void setTitleList(List<InvoiceTitleModel> titleList) {
	this.titleList = titleList;
}
 
public List<InvoiceTitleModel> getTitleList( ) {
	return this.titleList;
}
 
 类所在包
 类方法
 同包方法