org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
Class ObjectFactory

java.lang.Object
  extended by org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.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.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy 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.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
 
Method Summary
 ActionsType createActionsType()
          Create an instance of ActionsType
 ConditionsType createConditionsType()
          Create an instance of ConditionsType
 javax.xml.bind.JAXBElement<IdentityType> createConditionsTypeIdentity(IdentityType value)
          Create an instance of JAXBElement<IdentityType>}
 javax.xml.bind.JAXBElement<SphereType> createConditionsTypeSphere(SphereType value)
          Create an instance of JAXBElement<SphereType>}
 javax.xml.bind.JAXBElement<ValidityType> createConditionsTypeValidity(ValidityType value)
          Create an instance of JAXBElement<ValidityType>}
 ExceptType createExceptType()
          Create an instance of ExceptType
 ExtensibleType createExtensibleType()
          Create an instance of ExtensibleType
 IdentityType createIdentityType()
          Create an instance of IdentityType
 javax.xml.bind.JAXBElement<ManyType> createIdentityTypeMany(ManyType value)
          Create an instance of JAXBElement<ManyType>}
 javax.xml.bind.JAXBElement<OneType> createIdentityTypeOne(OneType value)
          Create an instance of JAXBElement<OneType>}
 ManyType createManyType()
          Create an instance of ManyType
 javax.xml.bind.JAXBElement<ExceptType> createManyTypeExcept(ExceptType value)
          Create an instance of JAXBElement<ExceptType>}
 OneType createOneType()
          Create an instance of OneType
 Ruleset createRuleset()
          Create an instance of Ruleset
 RuleType createRuleType()
          Create an instance of RuleType
 SphereType createSphereType()
          Create an instance of SphereType
 TransformationsType createTransformationsType()
          Create an instance of TransformationsType
 ValidityType createValidityType()
          Create an instance of ValidityType
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createValidityTypeFrom(javax.xml.datatype.XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createValidityTypeUntil(javax.xml.datatype.XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 
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.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy

Method Detail

createRuleset

public Ruleset createRuleset()
Create an instance of Ruleset


createActionsType

public ActionsType createActionsType()
Create an instance of ActionsType


createTransformationsType

public TransformationsType createTransformationsType()
Create an instance of TransformationsType


createExtensibleType

public ExtensibleType createExtensibleType()
Create an instance of ExtensibleType


createSphereType

public SphereType createSphereType()
Create an instance of SphereType


createManyType

public ManyType createManyType()
Create an instance of ManyType


createIdentityType

public IdentityType createIdentityType()
Create an instance of IdentityType


createExceptType

public ExceptType createExceptType()
Create an instance of ExceptType


createRuleType

public RuleType createRuleType()
Create an instance of RuleType


createValidityType

public ValidityType createValidityType()
Create an instance of ValidityType


createOneType

public OneType createOneType()
Create an instance of OneType


createConditionsType

public ConditionsType createConditionsType()
Create an instance of ConditionsType


createIdentityTypeOne

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


createIdentityTypeMany

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


createManyTypeExcept

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


createValidityTypeUntil

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createValidityTypeUntil(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createValidityTypeFrom

public javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar> createValidityTypeFrom(javax.xml.datatype.XMLGregorianCalendar value)
Create an instance of JAXBElement<XMLGregorianCalendar>}


createConditionsTypeIdentity

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


createConditionsTypeValidity

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


createConditionsTypeSphere

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



Copyright © 2011. All Rights Reserved.