org.xmlsoap.schemas.soap.encoding
Class ObjectFactory

java.lang.Object
  extended by org.xmlsoap.schemas.soap.encoding.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.xmlsoap.schemas.soap.encoding 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.soap.encoding
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.Object> createAnyType(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 AnyURI createAnyURI()
          Create an instance of AnyURI
 javax.xml.bind.JAXBElement<AnyURI> createAnyURI(AnyURI value)
          Create an instance of JAXBElement<AnyURI>}
 Array createArray()
          Create an instance of Array
 javax.xml.bind.JAXBElement<Array> createArray(Array value)
          Create an instance of JAXBElement<Array>}
 Base64Binary createBase64Binary()
          Create an instance of Base64Binary
 javax.xml.bind.JAXBElement<Base64Binary> createBase64Binary(Base64Binary value)
          Create an instance of JAXBElement<Base64Binary>}
 Boolean createBoolean()
          Create an instance of Boolean
 javax.xml.bind.JAXBElement<Boolean> createBoolean(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 Byte createByte()
          Create an instance of Byte
 javax.xml.bind.JAXBElement<Byte> createByte(Byte value)
          Create an instance of JAXBElement<Byte>}
 Date createDate()
          Create an instance of Date
 javax.xml.bind.JAXBElement<Date> createDate(Date value)
          Create an instance of JAXBElement<Date>}
 DateTime createDateTime()
          Create an instance of DateTime
 javax.xml.bind.JAXBElement<DateTime> createDateTime(DateTime value)
          Create an instance of JAXBElement<DateTime>}
 Decimal createDecimal()
          Create an instance of Decimal
 javax.xml.bind.JAXBElement<Decimal> createDecimal(Decimal value)
          Create an instance of JAXBElement<Decimal>}
 Double createDouble()
          Create an instance of Double
 javax.xml.bind.JAXBElement<Double> createDouble(Double value)
          Create an instance of JAXBElement<Double>}
 Duration createDuration()
          Create an instance of Duration
 javax.xml.bind.JAXBElement<Duration> createDuration(Duration value)
          Create an instance of JAXBElement<Duration>}
 ENTITIES createENTITIES()
          Create an instance of ENTITIES
 javax.xml.bind.JAXBElement<ENTITIES> createENTITIES(ENTITIES value)
          Create an instance of JAXBElement<ENTITIES>}
 ENTITY createENTITY()
          Create an instance of ENTITY
 javax.xml.bind.JAXBElement<ENTITY> createENTITY(ENTITY value)
          Create an instance of JAXBElement<ENTITY>}
 Float createFloat()
          Create an instance of Float
 javax.xml.bind.JAXBElement<Float> createFloat(Float value)
          Create an instance of JAXBElement<Float>}
 GDay createGDay()
          Create an instance of GDay
 javax.xml.bind.JAXBElement<GDay> createGDay(GDay value)
          Create an instance of JAXBElement<GDay>}
 GMonth createGMonth()
          Create an instance of GMonth
 javax.xml.bind.JAXBElement<GMonth> createGMonth(GMonth value)
          Create an instance of JAXBElement<GMonth>}
 GMonthDay createGMonthDay()
          Create an instance of GMonthDay
 javax.xml.bind.JAXBElement<GMonthDay> createGMonthDay(GMonthDay value)
          Create an instance of JAXBElement<GMonthDay>}
 GYear createGYear()
          Create an instance of GYear
 javax.xml.bind.JAXBElement<GYear> createGYear(GYear value)
          Create an instance of JAXBElement<GYear>}
 GYearMonth createGYearMonth()
          Create an instance of GYearMonth
 javax.xml.bind.JAXBElement<GYearMonth> createGYearMonth(GYearMonth value)
          Create an instance of JAXBElement<GYearMonth>}
 HexBinary createHexBinary()
          Create an instance of HexBinary
 javax.xml.bind.JAXBElement<HexBinary> createHexBinary(HexBinary value)
          Create an instance of JAXBElement<HexBinary>}
 ID createID()
          Create an instance of ID
 javax.xml.bind.JAXBElement<ID> createID(ID value)
          Create an instance of JAXBElement<ID>}
 IDREF createIDREF()
          Create an instance of IDREF
 javax.xml.bind.JAXBElement<IDREF> createIDREF(IDREF value)
          Create an instance of JAXBElement<IDREF>}
 IDREFS createIDREFS()
          Create an instance of IDREFS
 javax.xml.bind.JAXBElement<IDREFS> createIDREFS(IDREFS value)
          Create an instance of JAXBElement<IDREFS>}
 Int createInt()
          Create an instance of Int
 javax.xml.bind.JAXBElement<Int> createInt(Int value)
          Create an instance of JAXBElement<Int>}
 Integer createInteger()
          Create an instance of Integer
 javax.xml.bind.JAXBElement<Integer> createInteger(Integer value)
          Create an instance of JAXBElement<Integer>}
 Language createLanguage()
          Create an instance of Language
 javax.xml.bind.JAXBElement<Language> createLanguage(Language value)
          Create an instance of JAXBElement<Language>}
 Long createLong()
          Create an instance of Long
 javax.xml.bind.JAXBElement<Long> createLong(Long value)
          Create an instance of JAXBElement<Long>}
 Name createName()
          Create an instance of Name
 javax.xml.bind.JAXBElement<Name> createName(Name value)
          Create an instance of JAXBElement<Name>}
 NCName createNCName()
          Create an instance of NCName
 javax.xml.bind.JAXBElement<NCName> createNCName(NCName value)
          Create an instance of JAXBElement<NCName>}
 NegativeInteger createNegativeInteger()
          Create an instance of NegativeInteger
 javax.xml.bind.JAXBElement<NegativeInteger> createNegativeInteger(NegativeInteger value)
          Create an instance of JAXBElement<NegativeInteger>}
 NMTOKEN createNMTOKEN()
          Create an instance of NMTOKEN
 javax.xml.bind.JAXBElement<NMTOKEN> createNMTOKEN(NMTOKEN value)
          Create an instance of JAXBElement<NMTOKEN>}
 NMTOKENS createNMTOKENS()
          Create an instance of NMTOKENS
 javax.xml.bind.JAXBElement<NMTOKENS> createNMTOKENS(NMTOKENS value)
          Create an instance of JAXBElement<NMTOKENS>}
 NonNegativeInteger createNonNegativeInteger()
          Create an instance of NonNegativeInteger
 javax.xml.bind.JAXBElement<NonNegativeInteger> createNonNegativeInteger(NonNegativeInteger value)
          Create an instance of JAXBElement<NonNegativeInteger>}
 NonPositiveInteger createNonPositiveInteger()
          Create an instance of NonPositiveInteger
 javax.xml.bind.JAXBElement<NonPositiveInteger> createNonPositiveInteger(NonPositiveInteger value)
          Create an instance of JAXBElement<NonPositiveInteger>}
 NormalizedString createNormalizedString()
          Create an instance of NormalizedString
 javax.xml.bind.JAXBElement<NormalizedString> createNormalizedString(NormalizedString value)
          Create an instance of JAXBElement<NormalizedString>}
 NOTATION createNOTATION()
          Create an instance of NOTATION
 javax.xml.bind.JAXBElement<NOTATION> createNOTATION(NOTATION value)
          Create an instance of JAXBElement<NOTATION>}
 PositiveInteger createPositiveInteger()
          Create an instance of PositiveInteger
 javax.xml.bind.JAXBElement<PositiveInteger> createPositiveInteger(PositiveInteger value)
          Create an instance of JAXBElement<PositiveInteger>}
 QName createQName()
          Create an instance of QName
 javax.xml.bind.JAXBElement<QName> createQName(QName value)
          Create an instance of JAXBElement<QName>}
 Short createShort()
          Create an instance of Short
 javax.xml.bind.JAXBElement<Short> createShort(Short value)
          Create an instance of JAXBElement<Short>}
 String createString()
          Create an instance of String
 javax.xml.bind.JAXBElement<String> createString(String value)
          Create an instance of JAXBElement<String>}
 Struct createStruct()
          Create an instance of Struct
 javax.xml.bind.JAXBElement<Struct> createStruct(Struct value)
          Create an instance of JAXBElement<Struct>}
 Time createTime()
          Create an instance of Time
 javax.xml.bind.JAXBElement<Time> createTime(Time value)
          Create an instance of JAXBElement<Time>}
 Token createToken()
          Create an instance of Token
 javax.xml.bind.JAXBElement<Token> createToken(Token value)
          Create an instance of JAXBElement<Token>}
 UnsignedByte createUnsignedByte()
          Create an instance of UnsignedByte
 javax.xml.bind.JAXBElement<UnsignedByte> createUnsignedByte(UnsignedByte value)
          Create an instance of JAXBElement<UnsignedByte>}
 UnsignedInt createUnsignedInt()
          Create an instance of UnsignedInt
 javax.xml.bind.JAXBElement<UnsignedInt> createUnsignedInt(UnsignedInt value)
          Create an instance of JAXBElement<UnsignedInt>}
 UnsignedLong createUnsignedLong()
          Create an instance of UnsignedLong
 javax.xml.bind.JAXBElement<UnsignedLong> createUnsignedLong(UnsignedLong value)
          Create an instance of JAXBElement<UnsignedLong>}
 UnsignedShort createUnsignedShort()
          Create an instance of UnsignedShort
 javax.xml.bind.JAXBElement<UnsignedShort> createUnsignedShort(UnsignedShort value)
          Create an instance of JAXBElement<UnsignedShort>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.xmlsoap.schemas.soap.encoding

Method Detail

createGYear

public GYear createGYear()
Create an instance of GYear


createNCName

public NCName createNCName()
Create an instance of NCName


createUnsignedInt

public UnsignedInt createUnsignedInt()
Create an instance of UnsignedInt


createBoolean

public Boolean createBoolean()
Create an instance of Boolean


createNormalizedString

public NormalizedString createNormalizedString()
Create an instance of NormalizedString


createName

public Name createName()
Create an instance of Name


createDate

public Date createDate()
Create an instance of Date


createFloat

public Float createFloat()
Create an instance of Float


createIDREFS

public IDREFS createIDREFS()
Create an instance of IDREFS


createString

public String createString()
Create an instance of String


createToken

public Token createToken()
Create an instance of Token


createUnsignedLong

public UnsignedLong createUnsignedLong()
Create an instance of UnsignedLong


createDecimal

public Decimal createDecimal()
Create an instance of Decimal


createDuration

public Duration createDuration()
Create an instance of Duration


createInteger

public Integer createInteger()
Create an instance of Integer


createGMonth

public GMonth createGMonth()
Create an instance of GMonth


createUnsignedByte

public UnsignedByte createUnsignedByte()
Create an instance of UnsignedByte


createAnyURI

public AnyURI createAnyURI()
Create an instance of AnyURI


createPositiveInteger

public PositiveInteger createPositiveInteger()
Create an instance of PositiveInteger


createDouble

public Double createDouble()
Create an instance of Double


createStruct

public Struct createStruct()
Create an instance of Struct


createNonPositiveInteger

public NonPositiveInteger createNonPositiveInteger()
Create an instance of NonPositiveInteger


createIDREF

public IDREF createIDREF()
Create an instance of IDREF


createShort

public Short createShort()
Create an instance of Short


createNOTATION

public NOTATION createNOTATION()
Create an instance of NOTATION


createUnsignedShort

public UnsignedShort createUnsignedShort()
Create an instance of UnsignedShort


createQName

public QName createQName()
Create an instance of QName


createByte

public Byte createByte()
Create an instance of Byte


createID

public ID createID()
Create an instance of ID


createGMonthDay

public GMonthDay createGMonthDay()
Create an instance of GMonthDay


createLanguage

public Language createLanguage()
Create an instance of Language


createBase64Binary

public Base64Binary createBase64Binary()
Create an instance of Base64Binary


createDateTime

public DateTime createDateTime()
Create an instance of DateTime


createNMTOKENS

public NMTOKENS createNMTOKENS()
Create an instance of NMTOKENS


createLong

public Long createLong()
Create an instance of Long


createTime

public Time createTime()
Create an instance of Time


createNonNegativeInteger

public NonNegativeInteger createNonNegativeInteger()
Create an instance of NonNegativeInteger


createNMTOKEN

public NMTOKEN createNMTOKEN()
Create an instance of NMTOKEN


createHexBinary

public HexBinary createHexBinary()
Create an instance of HexBinary


createGDay

public GDay createGDay()
Create an instance of GDay


createArray

public Array createArray()
Create an instance of Array


createENTITIES

public ENTITIES createENTITIES()
Create an instance of ENTITIES


createNegativeInteger

public NegativeInteger createNegativeInteger()
Create an instance of NegativeInteger


createGYearMonth

public GYearMonth createGYearMonth()
Create an instance of GYearMonth


createENTITY

public ENTITY createENTITY()
Create an instance of ENTITY


createInt

public Int createInt()
Create an instance of Int


createNonPositiveInteger

public javax.xml.bind.JAXBElement<NonPositiveInteger> createNonPositiveInteger(NonPositiveInteger value)
Create an instance of JAXBElement<NonPositiveInteger>}


createNMTOKEN

public javax.xml.bind.JAXBElement<NMTOKEN> createNMTOKEN(NMTOKEN value)
Create an instance of JAXBElement<NMTOKEN>}


createUnsignedInt

public javax.xml.bind.JAXBElement<UnsignedInt> createUnsignedInt(UnsignedInt value)
Create an instance of JAXBElement<UnsignedInt>}


createDouble

public javax.xml.bind.JAXBElement<Double> createDouble(Double value)
Create an instance of JAXBElement<Double>}


createAnyURI

public javax.xml.bind.JAXBElement<AnyURI> createAnyURI(AnyURI value)
Create an instance of JAXBElement<AnyURI>}


createGMonthDay

public javax.xml.bind.JAXBElement<GMonthDay> createGMonthDay(GMonthDay value)
Create an instance of JAXBElement<GMonthDay>}


createString

public javax.xml.bind.JAXBElement<String> createString(String value)
Create an instance of JAXBElement<String>}


createGMonth

public javax.xml.bind.JAXBElement<GMonth> createGMonth(GMonth value)
Create an instance of JAXBElement<GMonth>}


createAnyType

public javax.xml.bind.JAXBElement<java.lang.Object> createAnyType(java.lang.Object value)
Create an instance of JAXBElement<Object>}


createGDay

public javax.xml.bind.JAXBElement<GDay> createGDay(GDay value)
Create an instance of JAXBElement<GDay>}


createFloat

public javax.xml.bind.JAXBElement<Float> createFloat(Float value)
Create an instance of JAXBElement<Float>}


createENTITIES

public javax.xml.bind.JAXBElement<ENTITIES> createENTITIES(ENTITIES value)
Create an instance of JAXBElement<ENTITIES>}


createDateTime

public javax.xml.bind.JAXBElement<DateTime> createDateTime(DateTime value)
Create an instance of JAXBElement<DateTime>}


createIDREFS

public javax.xml.bind.JAXBElement<IDREFS> createIDREFS(IDREFS value)
Create an instance of JAXBElement<IDREFS>}


createNegativeInteger

public javax.xml.bind.JAXBElement<NegativeInteger> createNegativeInteger(NegativeInteger value)
Create an instance of JAXBElement<NegativeInteger>}


createUnsignedLong

public javax.xml.bind.JAXBElement<UnsignedLong> createUnsignedLong(UnsignedLong value)
Create an instance of JAXBElement<UnsignedLong>}


createIDREF

public javax.xml.bind.JAXBElement<IDREF> createIDREF(IDREF value)
Create an instance of JAXBElement<IDREF>}


createLanguage

public javax.xml.bind.JAXBElement<Language> createLanguage(Language value)
Create an instance of JAXBElement<Language>}


createNMTOKENS

public javax.xml.bind.JAXBElement<NMTOKENS> createNMTOKENS(NMTOKENS value)
Create an instance of JAXBElement<NMTOKENS>}


createUnsignedShort

public javax.xml.bind.JAXBElement<UnsignedShort> createUnsignedShort(UnsignedShort value)
Create an instance of JAXBElement<UnsignedShort>}


createTime

public javax.xml.bind.JAXBElement<Time> createTime(Time value)
Create an instance of JAXBElement<Time>}


createNonNegativeInteger

public javax.xml.bind.JAXBElement<NonNegativeInteger> createNonNegativeInteger(NonNegativeInteger value)
Create an instance of JAXBElement<NonNegativeInteger>}


createNOTATION

public javax.xml.bind.JAXBElement<NOTATION> createNOTATION(NOTATION value)
Create an instance of JAXBElement<NOTATION>}


createHexBinary

public javax.xml.bind.JAXBElement<HexBinary> createHexBinary(HexBinary value)
Create an instance of JAXBElement<HexBinary>}


createDate

public javax.xml.bind.JAXBElement<Date> createDate(Date value)
Create an instance of JAXBElement<Date>}


createPositiveInteger

public javax.xml.bind.JAXBElement<PositiveInteger> createPositiveInteger(PositiveInteger value)
Create an instance of JAXBElement<PositiveInteger>}


createName

public javax.xml.bind.JAXBElement<Name> createName(Name value)
Create an instance of JAXBElement<Name>}


createDecimal

public javax.xml.bind.JAXBElement<Decimal> createDecimal(Decimal value)
Create an instance of JAXBElement<Decimal>}


createInteger

public javax.xml.bind.JAXBElement<Integer> createInteger(Integer value)
Create an instance of JAXBElement<Integer>}


createInt

public javax.xml.bind.JAXBElement<Int> createInt(Int value)
Create an instance of JAXBElement<Int>}


createNormalizedString

public javax.xml.bind.JAXBElement<NormalizedString> createNormalizedString(NormalizedString value)
Create an instance of JAXBElement<NormalizedString>}


createBase64Binary

public javax.xml.bind.JAXBElement<Base64Binary> createBase64Binary(Base64Binary value)
Create an instance of JAXBElement<Base64Binary>}


createNCName

public javax.xml.bind.JAXBElement<NCName> createNCName(NCName value)
Create an instance of JAXBElement<NCName>}


createToken

public javax.xml.bind.JAXBElement<Token> createToken(Token value)
Create an instance of JAXBElement<Token>}


createQName

public javax.xml.bind.JAXBElement<QName> createQName(QName value)
Create an instance of JAXBElement<QName>}


createArray

public javax.xml.bind.JAXBElement<Array> createArray(Array value)
Create an instance of JAXBElement<Array>}


createDuration

public javax.xml.bind.JAXBElement<Duration> createDuration(Duration value)
Create an instance of JAXBElement<Duration>}


createGYearMonth

public javax.xml.bind.JAXBElement<GYearMonth> createGYearMonth(GYearMonth value)
Create an instance of JAXBElement<GYearMonth>}


createLong

public javax.xml.bind.JAXBElement<Long> createLong(Long value)
Create an instance of JAXBElement<Long>}


createGYear

public javax.xml.bind.JAXBElement<GYear> createGYear(GYear value)
Create an instance of JAXBElement<GYear>}


createShort

public javax.xml.bind.JAXBElement<Short> createShort(Short value)
Create an instance of JAXBElement<Short>}


createBoolean

public javax.xml.bind.JAXBElement<Boolean> createBoolean(Boolean value)
Create an instance of JAXBElement<Boolean>}


createID

public javax.xml.bind.JAXBElement<ID> createID(ID value)
Create an instance of JAXBElement<ID>}


createENTITY

public javax.xml.bind.JAXBElement<ENTITY> createENTITY(ENTITY value)
Create an instance of JAXBElement<ENTITY>}


createUnsignedByte

public javax.xml.bind.JAXBElement<UnsignedByte> createUnsignedByte(UnsignedByte value)
Create an instance of JAXBElement<UnsignedByte>}


createStruct

public javax.xml.bind.JAXBElement<Struct> createStruct(Struct value)
Create an instance of JAXBElement<Struct>}


createByte

public javax.xml.bind.JAXBElement<Byte> createByte(Byte value)
Create an instance of JAXBElement<Byte>}



Copyright © 2008 eBM WebSourcing. All Rights Reserved.