Class ObjectFactory
java.lang.Object
com.sun.enterprise.admin.servermgmt.xml.stringsubs.ObjectFactory
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 programmatically 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
ConstructorsConstructorDescriptionCreate 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
Modifier and TypeMethodDescriptionCreate an instance ofArchiveCreate an instance ofChangePairCreate an instance ofChangePairRefCreate an instance ofComponentCreate an instance ofDefaultsCreate an instance ofFileEntryCreate an instance ofGroupCreate an instance ofGroupRefCreate an instance ofMemberEntryCreate an instance ofPropertyCreate an instance ofStringsubsDefinitionjakarta.xml.bind.JAXBElement<StringsubsDefinition>
-
Constructor Details
-
ObjectFactory
public 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 Details
-
createStringsubsDefinition
Create an instance ofStringsubsDefinition- Returns:
- the new instance of
StringsubsDefinition
-
createComponent
Create an instance ofComponent- Returns:
- the new instance of
Component
-
createGroupRef
Create an instance ofGroupRef- Returns:
- the new instance of
GroupRef
-
createGroup
Create an instance ofGroup- Returns:
- the new instance of
Group
-
createFileEntry
Create an instance ofFileEntry- Returns:
- the new instance of
FileEntry
-
createArchive
Create an instance ofArchive- Returns:
- the new instance of
Archive
-
createMemberEntry
Create an instance ofMemberEntry- Returns:
- the new instance of
MemberEntry
-
createChangePairRef
Create an instance ofChangePairRef- Returns:
- the new instance of
ChangePairRef
-
createDefaults
Create an instance ofDefaults- Returns:
- the new instance of
Defaults
-
createProperty
Create an instance ofProperty- Returns:
- the new instance of
Property
-
createChangePair
Create an instance ofChangePair- Returns:
- the new instance of
ChangePair
-
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>
-