Class ObjectFactory
java.lang.Object
ecf4.latest.gov.niem.niem.proxy.xsd._2.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ecf4.latest.gov.niem.niem.proxy.xsd._2 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package:ecf4.latest.gov.niem.niem.proxy.xsd._2 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAnyURICreate an instance ofBase64BinaryCreate an instance ofBooleanCreate an instance ofDateCreate an instance ofDateTimeCreate an instance ofDecimalCreate an instance ofDurationCreate an instance ofGYearCreate an instance ofStringCreate an instance ofTime
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package:ecf4.latest.gov.niem.niem.proxy.xsd._2
-
-
Method Details
-
createString
Create an instance ofString -
createBase64Binary
Create an instance ofBase64Binary -
createAnyURI
Create an instance ofAnyURI -
createBoolean
Create an instance ofBoolean -
createDate
Create an instance ofDate -
createDateTime
Create an instance ofDateTime -
createGYear
Create an instance ofGYear -
createTime
Create an instance ofTime -
createDecimal
Create an instance ofDecimal -
createDuration
Create an instance ofDuration
-