org.mule.devkit.model.studio
Class ObjectFactory

java.lang.Object
  extended by org.mule.devkit.model.studio.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.mule.devkit.model.studio 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.mule.devkit.model.studio
 
Method Summary
 AbstractElementType createAbstractElementType()
          Create an instance of AbstractElementType
 AlternativesType createAlternativesType()
          Create an instance of AlternativesType
 AlternativesType.Alternative createAlternativesTypeAlternative()
          Create an instance of AlternativesType.Alternative
 AlwaysAdd createAlwaysAdd()
          Create an instance of AlwaysAdd
 AttributeCategory createAttributeCategory()
          Create an instance of AttributeCategory
 JAXBElement<AttributeCategory> createAttributeCategory(AttributeCategory value)
          Create an instance of JAXBElement<AttributeCategory>}
 Attributes createAttributes()
          Create an instance of Attributes
 JAXBElement<Attributes> createAttributes(Attributes value)
          Create an instance of JAXBElement<Attributes>}
 AttributeType createAttributeType()
          Create an instance of AttributeType
 Booleantype createBooleantype()
          Create an instance of Booleantype
 ClassType createClassType()
          Create an instance of ClassType
 JAXBElement<EndpointType> createCloudConnectorEndpoint(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<ConnectorType> createConnector(ConnectorType value)
          Create an instance of JAXBElement<ConnectorType>}
 ConnectorType createConnectorType()
          Create an instance of ConnectorType
 EncodingType createEncodingType()
          Create an instance of EncodingType
 JAXBElement<EndpointType> createEndpoint(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 EndpointType createEndpointType()
          Create an instance of EndpointType
 EnumElement createEnumElement()
          Create an instance of EnumElement
 EnumType createEnumType()
          Create an instance of EnumType
 ExpressionAttributeType createExpressionAttributeType()
          Create an instance of ExpressionAttributeType
 FixedAttributeType createFixedAttributeType()
          Create an instance of FixedAttributeType
 JAXBElement<GlobalType> createGlobal(GlobalType value)
          Create an instance of JAXBElement<GlobalType>}
 GlobalType createGlobalType()
          Create an instance of GlobalType
 Group createGroup()
          Create an instance of Group
 JAXBElement<Group> createGroup(Group value)
          Create an instance of JAXBElement<Group>}
 JAXBElement<Booleantype> createGroupBoolean(Booleantype value)
          Create an instance of JAXBElement<Booleantype>}
 JAXBElement<NestedElementReference> createGroupChildElement(NestedElementReference value)
          Create an instance of JAXBElement<NestedElementReference>}
 JAXBElement<ClassType> createGroupClassname(ClassType value)
          Create an instance of JAXBElement<ClassType>}
 JAXBElement<EncodingType> createGroupEncoding(EncodingType value)
          Create an instance of JAXBElement<EncodingType>}
 JAXBElement<EnumType> createGroupEnum(EnumType value)
          Create an instance of JAXBElement<EnumType>}
 JAXBElement<ExpressionAttributeType> createGroupExpression(ExpressionAttributeType value)
          Create an instance of JAXBElement<ExpressionAttributeType>}
 JAXBElement<AttributeType> createGroupFile(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<FlowRefType> createGroupFlowRef(FlowRefType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<NewType> createGroupGlobalRef(NewType value)
          Create an instance of JAXBElement<NewType>}
 JAXBElement<IntegerType> createGroupInteger(IntegerType value)
          Create an instance of JAXBElement<IntegerType>}
 JAXBElement<AttributeType> createGroupLabel(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<AttributeType> createGroupList(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<LongType> createGroupLong(LongType value)
          Create an instance of JAXBElement<LongType>}
 JAXBElement<ModeType> createGroupModeSwitch(ModeType value)
          Create an instance of JAXBElement<ModeType>}
 JAXBElement<AttributeType> createGroupName(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<ListOfMapAttributeType> createGroupObjectList(ListOfMapAttributeType value)
          Create an instance of JAXBElement<ListOfMapAttributeType>}
 JAXBElement<ObjectListAttributeType> createGroupObjectList(ObjectListAttributeType value)
          Create an instance of JAXBElement<ObjectListAttributeType>}
 JAXBElement<StringListAttributeType> createGroupObjectList(StringListAttributeType value)
          Create an instance of JAXBElement<StringListAttributeType>}
 JAXBElement<StringMapAttributeType> createGroupObjectList(StringMapAttributeType value)
          Create an instance of JAXBElement<StringMapAttributeType>}
 JAXBElement<PasswordType> createGroupPassword(PasswordType value)
          Create an instance of JAXBElement<PasswordType>}
 JAXBElement<AttributeType> createGroupPath(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<Booleantype> createGroupRadioBoolean(Booleantype value)
          Create an instance of JAXBElement<Booleantype>}
 JAXBElement<AttributeType> createGroupRegexp(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<StringAttributeType> createGroupString(StringAttributeType value)
          Create an instance of JAXBElement<StringAttributeType>}
 JAXBElement<TextType> createGroupText(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<Booleantype> createGroupTransientBoolean(Booleantype value)
          Create an instance of JAXBElement<Booleantype>}
 JAXBElement<UrlType> createGroupUrl(UrlType value)
          Create an instance of JAXBElement<UrlType>}
 IntegerType createIntegerType()
          Create an instance of IntegerType
 LongType createLongType()
          Create an instance of LongType
 JAXBElement<MetaDataType> createMetaDataType(MetaDataType value)
           
 ModeElementType createModeElementType()
          Create an instance of ModeElementType
 ModeType createModeType()
          Create an instance of ModeType
 Module createModule()
          Create an instance of Module
 JAXBElement<NamespaceType> createNamespace(NamespaceType value)
          Create an instance of JAXBElement<NamespaceType>}
 NamespaceType createNamespaceType()
          Create an instance of NamespaceType
 JAXBElement<PatternType> createNamespaceTypeCloudConnector(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 JAXBElement<PatternType> createNamespaceTypeComponent(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 JAXBElement<PatternType> createNamespaceTypeFilter(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 JAXBElement<PatternType> createNamespaceTypeFlow(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 JAXBElement<GlobalType> createNamespaceTypeGlobalCloudConnector(GlobalType value)
          Create an instance of JAXBElement<GlobalType>}
 JAXBElement<GlobalType> createNamespaceTypeGlobalEndpoint(GlobalType value)
          Create an instance of JAXBElement<GlobalType>}
 JAXBElement<GlobalType> createNamespaceTypeGlobalFilter(GlobalType value)
          Create an instance of JAXBElement<GlobalType>}
 JAXBElement<GlobalType> createNamespaceTypeGlobalTransformer(GlobalType value)
          Create an instance of JAXBElement<GlobalType>}
 JAXBElement<PatternType> createNamespaceTypeRouter(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 JAXBElement<PatternType> createNamespaceTypeTransformer(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 JAXBElement<NestedElementType> createNested(NestedElementType value)
          Create an instance of JAXBElement<NestedElementType>}
 NestedElementReference createNestedElementReference()
          Create an instance of NestedElementReference
 NestedElementType createNestedElementType()
          Create an instance of NestedElementType
 JAXBElement<Booleantype> createNestedElementTypeBoolean(Booleantype value)
          Create an instance of JAXBElement<Booleantype>}
 JAXBElement<NestedElementReference> createNestedElementTypeChildElement(NestedElementReference value)
          Create an instance of JAXBElement<NestedElementReference>}
 JAXBElement<ClassType> createNestedElementTypeClassname(ClassType value)
          Create an instance of JAXBElement<ClassType>}
 JAXBElement<AttributeType> createNestedElementTypeEncoding(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<EnumType> createNestedElementTypeEnum(EnumType value)
          Create an instance of JAXBElement<EnumType>}
 JAXBElement<ExpressionAttributeType> createNestedElementTypeExpression(ExpressionAttributeType value)
          Create an instance of JAXBElement<ExpressionAttributeType>}
 JAXBElement<AttributeType> createNestedElementTypeFile(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<AttributeType> createNestedElementTypeGlobalRef(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<IntegerType> createNestedElementTypeInteger(IntegerType value)
          Create an instance of JAXBElement<IntegerType>}
 JAXBElement<AttributeType> createNestedElementTypeList(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<LongType> createNestedElementTypeLong(LongType value)
          Create an instance of JAXBElement<LongType>}
 JAXBElement<AttributeType> createNestedElementTypeName(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<StringAttributeType> createNestedElementTypePassword(StringAttributeType value)
          Create an instance of JAXBElement<StringAttributeType>}
 JAXBElement<AttributeType> createNestedElementTypePath(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<AttributeType> createNestedElementTypeRegexp(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<AttributeType> createNestedElementTypeString(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 JAXBElement<TextType> createNestedElementTypeText(TextType value)
          Create an instance of JAXBElement<TextType>}
 JAXBElement<Booleantype> createNestedElementTypeTransientBoolean(Booleantype value)
          Create an instance of JAXBElement<Booleantype>}
 JAXBElement<AttributeType> createNestedElementTypeUrl(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 NewType createNewType()
          Create an instance of NewType
 JAXBElement<PatternType> createPattern(PatternType value)
          Create an instance of JAXBElement<PatternType>}
 PatternType createPatternType()
          Create an instance of PatternType
 JAXBElement<ScopeType> createScope(ScopeType value)
          Create an instance of JAXBElement<ScopeType>}
 ScopeType createScopeType()
          Create an instance of ScopeType
 StringAttributeType createStringAttributeType()
          Create an instance of StringAttributeType
 TextType createTextType()
          Create an instance of TextType
 JAXBElement<TypeChooserType> createTypeChooser(TypeChooserType value)
           
 
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.mule.devkit.model.studio

Method Detail

createLongType

public LongType createLongType()
Create an instance of LongType


createEndpointType

public EndpointType createEndpointType()
Create an instance of EndpointType


createModeElementType

public ModeElementType createModeElementType()
Create an instance of ModeElementType


createNestedElementReference

public NestedElementReference createNestedElementReference()
Create an instance of NestedElementReference


createGroup

public Group createGroup()
Create an instance of Group


createEncodingType

public EncodingType createEncodingType()
Create an instance of EncodingType


createNamespaceType

public NamespaceType createNamespaceType()
Create an instance of NamespaceType


createExpressionAttributeType

public ExpressionAttributeType createExpressionAttributeType()
Create an instance of ExpressionAttributeType


createConnectorType

public ConnectorType createConnectorType()
Create an instance of ConnectorType


createScopeType

public ScopeType createScopeType()
Create an instance of ScopeType


createAlternativesTypeAlternative

public AlternativesType.Alternative createAlternativesTypeAlternative()
Create an instance of AlternativesType.Alternative


createNewType

public NewType createNewType()
Create an instance of NewType


createAttributes

public Attributes createAttributes()
Create an instance of Attributes


createModule

public Module createModule()
Create an instance of Module


createIntegerType

public IntegerType createIntegerType()
Create an instance of IntegerType


createNestedElementType

public NestedElementType createNestedElementType()
Create an instance of NestedElementType


createAttributeCategory

public AttributeCategory createAttributeCategory()
Create an instance of AttributeCategory


createBooleantype

public Booleantype createBooleantype()
Create an instance of Booleantype


createTextType

public TextType createTextType()
Create an instance of TextType


createFixedAttributeType

public FixedAttributeType createFixedAttributeType()
Create an instance of FixedAttributeType


createAbstractElementType

public AbstractElementType createAbstractElementType()
Create an instance of AbstractElementType


createClassType

public ClassType createClassType()
Create an instance of ClassType


createEnumElement

public EnumElement createEnumElement()
Create an instance of EnumElement


createPatternType

public PatternType createPatternType()
Create an instance of PatternType


createAlternativesType

public AlternativesType createAlternativesType()
Create an instance of AlternativesType


createStringAttributeType

public StringAttributeType createStringAttributeType()
Create an instance of StringAttributeType


createGlobalType

public GlobalType createGlobalType()
Create an instance of GlobalType


createModeType

public ModeType createModeType()
Create an instance of ModeType


createAlwaysAdd

public AlwaysAdd createAlwaysAdd()
Create an instance of AlwaysAdd


createEnumType

public EnumType createEnumType()
Create an instance of EnumType


createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType


createGroup

public JAXBElement<Group> createGroup(Group value)
Create an instance of JAXBElement<Group>}


createNamespace

public JAXBElement<NamespaceType> createNamespace(NamespaceType value)
Create an instance of JAXBElement<NamespaceType>}


createEndpoint

public JAXBElement<EndpointType> createEndpoint(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createCloudConnectorEndpoint

public JAXBElement<EndpointType> createCloudConnectorEndpoint(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createConnector

public JAXBElement<ConnectorType> createConnector(ConnectorType value)
Create an instance of JAXBElement<ConnectorType>}


createAttributes

public JAXBElement<Attributes> createAttributes(Attributes value)
Create an instance of JAXBElement<Attributes>}


createAttributeCategory

public JAXBElement<AttributeCategory> createAttributeCategory(AttributeCategory value)
Create an instance of JAXBElement<AttributeCategory>}


createPattern

public JAXBElement<PatternType> createPattern(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNested

public JAXBElement<NestedElementType> createNested(NestedElementType value)
Create an instance of JAXBElement<NestedElementType>}


createGlobal

public JAXBElement<GlobalType> createGlobal(GlobalType value)
Create an instance of JAXBElement<GlobalType>}


createScope

public JAXBElement<ScopeType> createScope(ScopeType value)
Create an instance of JAXBElement<ScopeType>}


createGroupModeSwitch

public JAXBElement<ModeType> createGroupModeSwitch(ModeType value)
Create an instance of JAXBElement<ModeType>}


createGroupRegexp

public JAXBElement<AttributeType> createGroupRegexp(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createGroupLabel

public JAXBElement<AttributeType> createGroupLabel(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createGroupTransientBoolean

public JAXBElement<Booleantype> createGroupTransientBoolean(Booleantype value)
Create an instance of JAXBElement<Booleantype>}


createGroupEncoding

public JAXBElement<EncodingType> createGroupEncoding(EncodingType value)
Create an instance of JAXBElement<EncodingType>}


createGroupPath

public JAXBElement<AttributeType> createGroupPath(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createGroupBoolean

public JAXBElement<Booleantype> createGroupBoolean(Booleantype value)
Create an instance of JAXBElement<Booleantype>}


createGroupRadioBoolean

public JAXBElement<Booleantype> createGroupRadioBoolean(Booleantype value)
Create an instance of JAXBElement<Booleantype>}


createGroupChildElement

public JAXBElement<NestedElementReference> createGroupChildElement(NestedElementReference value)
Create an instance of JAXBElement<NestedElementReference>}


createGroupString

public JAXBElement<StringAttributeType> createGroupString(StringAttributeType value)
Create an instance of JAXBElement<StringAttributeType>}


createGroupObjectList

public JAXBElement<ObjectListAttributeType> createGroupObjectList(ObjectListAttributeType value)
Create an instance of JAXBElement<ObjectListAttributeType>}


createGroupObjectList

public JAXBElement<ListOfMapAttributeType> createGroupObjectList(ListOfMapAttributeType value)
Create an instance of JAXBElement<ListOfMapAttributeType>}


createGroupObjectList

public JAXBElement<StringListAttributeType> createGroupObjectList(StringListAttributeType value)
Create an instance of JAXBElement<StringListAttributeType>}


createGroupObjectList

public JAXBElement<StringMapAttributeType> createGroupObjectList(StringMapAttributeType value)
Create an instance of JAXBElement<StringMapAttributeType>}


createGroupName

public JAXBElement<AttributeType> createGroupName(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createGroupFile

public JAXBElement<AttributeType> createGroupFile(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createGroupLong

public JAXBElement<LongType> createGroupLong(LongType value)
Create an instance of JAXBElement<LongType>}


createGroupUrl

public JAXBElement<UrlType> createGroupUrl(UrlType value)
Create an instance of JAXBElement<UrlType>}


createGroupPassword

public JAXBElement<PasswordType> createGroupPassword(PasswordType value)
Create an instance of JAXBElement<PasswordType>}


createGroupGlobalRef

public JAXBElement<NewType> createGroupGlobalRef(NewType value)
Create an instance of JAXBElement<NewType>}


createGroupEnum

public JAXBElement<EnumType> createGroupEnum(EnumType value)
Create an instance of JAXBElement<EnumType>}


createTypeChooser

public JAXBElement<TypeChooserType> createTypeChooser(TypeChooserType value)

createGroupList

public JAXBElement<AttributeType> createGroupList(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createGroupFlowRef

public JAXBElement<FlowRefType> createGroupFlowRef(FlowRefType value)
Create an instance of JAXBElement<AttributeType>}


createGroupInteger

public JAXBElement<IntegerType> createGroupInteger(IntegerType value)
Create an instance of JAXBElement<IntegerType>}


createGroupClassname

public JAXBElement<ClassType> createGroupClassname(ClassType value)
Create an instance of JAXBElement<ClassType>}


createGroupExpression

public JAXBElement<ExpressionAttributeType> createGroupExpression(ExpressionAttributeType value)
Create an instance of JAXBElement<ExpressionAttributeType>}


createGroupText

public JAXBElement<TextType> createGroupText(TextType value)
Create an instance of JAXBElement<TextType>}


createNamespaceTypeCloudConnector

public JAXBElement<PatternType> createNamespaceTypeCloudConnector(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNamespaceTypeFilter

public JAXBElement<PatternType> createNamespaceTypeFilter(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNamespaceTypeTransformer

public JAXBElement<PatternType> createNamespaceTypeTransformer(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNamespaceTypeGlobalCloudConnector

public JAXBElement<GlobalType> createNamespaceTypeGlobalCloudConnector(GlobalType value)
Create an instance of JAXBElement<GlobalType>}


createNamespaceTypeFlow

public JAXBElement<PatternType> createNamespaceTypeFlow(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNamespaceTypeGlobalTransformer

public JAXBElement<GlobalType> createNamespaceTypeGlobalTransformer(GlobalType value)
Create an instance of JAXBElement<GlobalType>}


createNamespaceTypeComponent

public JAXBElement<PatternType> createNamespaceTypeComponent(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNamespaceTypeGlobalEndpoint

public JAXBElement<GlobalType> createNamespaceTypeGlobalEndpoint(GlobalType value)
Create an instance of JAXBElement<GlobalType>}


createNamespaceTypeRouter

public JAXBElement<PatternType> createNamespaceTypeRouter(PatternType value)
Create an instance of JAXBElement<PatternType>}


createNamespaceTypeGlobalFilter

public JAXBElement<GlobalType> createNamespaceTypeGlobalFilter(GlobalType value)
Create an instance of JAXBElement<GlobalType>}


createNestedElementTypeRegexp

public JAXBElement<AttributeType> createNestedElementTypeRegexp(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeTransientBoolean

public JAXBElement<Booleantype> createNestedElementTypeTransientBoolean(Booleantype value)
Create an instance of JAXBElement<Booleantype>}


createNestedElementTypePath

public JAXBElement<AttributeType> createNestedElementTypePath(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeEncoding

public JAXBElement<AttributeType> createNestedElementTypeEncoding(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeBoolean

public JAXBElement<Booleantype> createNestedElementTypeBoolean(Booleantype value)
Create an instance of JAXBElement<Booleantype>}


createNestedElementTypeChildElement

public JAXBElement<NestedElementReference> createNestedElementTypeChildElement(NestedElementReference value)
Create an instance of JAXBElement<NestedElementReference>}


createNestedElementTypeName

public JAXBElement<AttributeType> createNestedElementTypeName(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeString

public JAXBElement<AttributeType> createNestedElementTypeString(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeFile

public JAXBElement<AttributeType> createNestedElementTypeFile(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypePassword

public JAXBElement<StringAttributeType> createNestedElementTypePassword(StringAttributeType value)
Create an instance of JAXBElement<StringAttributeType>}


createNestedElementTypeLong

public JAXBElement<LongType> createNestedElementTypeLong(LongType value)
Create an instance of JAXBElement<LongType>}


createNestedElementTypeUrl

public JAXBElement<AttributeType> createNestedElementTypeUrl(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeGlobalRef

public JAXBElement<AttributeType> createNestedElementTypeGlobalRef(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeList

public JAXBElement<AttributeType> createNestedElementTypeList(AttributeType value)
Create an instance of JAXBElement<AttributeType>}


createNestedElementTypeEnum

public JAXBElement<EnumType> createNestedElementTypeEnum(EnumType value)
Create an instance of JAXBElement<EnumType>}


createNestedElementTypeInteger

public JAXBElement<IntegerType> createNestedElementTypeInteger(IntegerType value)
Create an instance of JAXBElement<IntegerType>}


createNestedElementTypeClassname

public JAXBElement<ClassType> createNestedElementTypeClassname(ClassType value)
Create an instance of JAXBElement<ClassType>}


createNestedElementTypeExpression

public JAXBElement<ExpressionAttributeType> createNestedElementTypeExpression(ExpressionAttributeType value)
Create an instance of JAXBElement<ExpressionAttributeType>}


createNestedElementTypeText

public JAXBElement<TextType> createNestedElementTypeText(TextType value)
Create an instance of JAXBElement<TextType>}


createMetaDataType

public JAXBElement<MetaDataType> createMetaDataType(MetaDataType value)


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.