public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| 构造器和说明 |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.yiwan.seiya.phoenix.web.bss.pojos
|
| 限定符和类型 | 方法和说明 |
|---|---|
LoginCredential |
createLoginCredential()
Create an instance of
LoginCredential |
TenantAccount |
createTenantAccount()
Create an instance of
TenantAccount |
TenantAccountSearchCondition |
createTenantAccountSearchCondition()
Create an instance of
TenantAccountSearchCondition |
TenantAccountSearchResult |
createTenantAccountSearchResult()
Create an instance of
TenantAccountSearchResult |
public ObjectFactory()
public TenantAccount createTenantAccount()
TenantAccountpublic LoginCredential createLoginCredential()
LoginCredentialpublic TenantAccountSearchCondition createTenantAccountSearchCondition()
TenantAccountSearchConditionpublic TenantAccountSearchResult createTenantAccountSearchResult()
TenantAccountSearchResultCopyright © 2019. All rights reserved.