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.
| Type | Property and Description |
|---|---|
AuditItemType.Property |
createAuditItemType
Create an instance of
AuditItemType.Property |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jboss.downloads.overlord.sramp._2013.auditing
|
| Modifier and Type | Method and Description |
|---|---|
AuditEntry |
createAuditEntry()
Create an instance of
AuditEntry |
AuditItemType |
createAuditItemType()
Create an instance of
AuditItemType |
AuditItemType.Property |
createAuditItemTypeProperty()
Create an instance of
AuditItemType.Property |
AuditItemType.Propertypublic ObjectFactory()
public AuditItemType createAuditItemType()
AuditItemTypepublic AuditEntry createAuditEntry()
AuditEntrypublic AuditItemType.Property createAuditItemTypeProperty()
AuditItemType.PropertyCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.