Class ObjectFactory
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.xml.stringsubs.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.enterprise.admin.servermgmt.xml.stringsubs package.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.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.enterprise.admin.servermgmt.xml.stringsubs
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchivecreateArchive()Create an instance ofArchiveChangePaircreateChangePair()Create an instance ofChangePairChangePairRefcreateChangePairRef()Create an instance ofChangePairRefComponentcreateComponent()Create an instance ofComponentDefaultscreateDefaults()Create an instance ofDefaultsFileEntrycreateFileEntry()Create an instance ofFileEntryGroupcreateGroup()Create an instance ofGroupGroupRefcreateGroupRef()Create an instance ofGroupRefMemberEntrycreateMemberEntry()Create an instance ofMemberEntryPropertycreateProperty()Create an instance ofPropertyStringsubsDefinitioncreateStringsubsDefinition()Create an instance ofStringsubsDefinitionjakarta.xml.bind.JAXBElement<StringsubsDefinition>createStringsubsDefinition(StringsubsDefinition value)
-
-
-
Method Detail
-
createStringsubsDefinition
public StringsubsDefinition createStringsubsDefinition()
Create an instance ofStringsubsDefinition
-
createMemberEntry
public MemberEntry createMemberEntry()
Create an instance ofMemberEntry
-
createChangePairRef
public ChangePairRef createChangePairRef()
Create an instance ofChangePairRef
-
createChangePair
public ChangePair createChangePair()
Create an instance ofChangePair
-
createStringsubsDefinition
public jakarta.xml.bind.JAXBElement<StringsubsDefinition> createStringsubsDefinition(StringsubsDefinition value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StringsubsDefinition>
-
-