public class ObjectFactory
extends java.lang.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.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.nortel.soa.oi.cct.types.statsnotificationproducer
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
createCurrentTime(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of
JAXBElement < XMLGregorianCalendar > } |
javax.xml.bind.JAXBElement<java.lang.Boolean> |
createFixedTopicSet(java.lang.Boolean value)
Create an instance of
JAXBElement < Boolean > } |
Renew |
createRenew()
Create an instance of
Renew |
RenewResponse |
createRenewResponse()
Create an instance of
RenewResponse |
StatsProducerRP |
createStatsProducerRP()
Create an instance of
StatsProducerRP |
Subscribe |
createSubscribe()
Create an instance of
Subscribe |
SubscribeResponse |
createSubscribeResponse()
Create an instance of
SubscribeResponse |
javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> |
createTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of
JAXBElement < XMLGregorianCalendar > } |
javax.xml.bind.JAXBElement<com.nortel.soa.oi.cct.basestatsnotification.TopicExpressionType> |
createTopic(com.nortel.soa.oi.cct.basestatsnotification.TopicExpressionType value)
Create an instance of
JAXBElement < TopicExpressionType > } |
javax.xml.bind.JAXBElement<java.lang.String> |
createTopicExpressionDialects(java.lang.String value)
Create an instance of
JAXBElement < String > } |
Unsubscribe |
createUnsubscribe()
Create an instance of
Unsubscribe |
UnsubscribeResponse |
createUnsubscribeResponse()
Create an instance of
UnsubscribeResponse |
public ObjectFactory()
public RenewResponse createRenewResponse()
RenewResponse
public StatsProducerRP createStatsProducerRP()
StatsProducerRP
public SubscribeResponse createSubscribeResponse()
SubscribeResponse
public Unsubscribe createUnsubscribe()
Unsubscribe
public UnsubscribeResponse createUnsubscribeResponse()
UnsubscribeResponse
public javax.xml.bind.JAXBElement<com.nortel.soa.oi.cct.basestatsnotification.TopicExpressionType> createTopic(com.nortel.soa.oi.cct.basestatsnotification.TopicExpressionType value)
JAXBElement
<
TopicExpressionType
>
}public javax.xml.bind.JAXBElement<java.lang.Boolean> createFixedTopicSet(java.lang.Boolean value)
JAXBElement
<
Boolean
>
}public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createTerminationTime(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement
<
XMLGregorianCalendar
>
}public javax.xml.bind.JAXBElement<java.lang.String> createTopicExpressionDialects(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createCurrentTime(javax.xml.datatype.XMLGregorianCalendar value)
JAXBElement
<
XMLGregorianCalendar
>
}Copyright © 2010 All Rights Reserved.