Package org.oasisopen.odata.csdl.v4
Class ObjectFactory
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.oasisopen.odata.csdl.v4 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oasisopen.odata.csdl.v4
-
Method Summary
-
-
-
Method Detail
-
createTComplexType
public TComplexType createTComplexType()
Create an instance ofTComplexType
-
createTEntityType
public TEntityType createTEntityType()
Create an instance ofTEntityType
-
createTTypeDefinition
public TTypeDefinition createTTypeDefinition()
Create an instance ofTTypeDefinition
-
createTAnnotations
public TAnnotations createTAnnotations()
Create an instance ofTAnnotations
-
createTEntityContainer
public TEntityContainer createTEntityContainer()
Create an instance ofTEntityContainer
-
createAnnotation
public Annotation createAnnotation()
Create an instance ofAnnotation
-
createTBinaryConstantExpression
public TBinaryConstantExpression createTBinaryConstantExpression()
Create an instance ofTBinaryConstantExpression
-
createTBoolConstantExpression
public TBoolConstantExpression createTBoolConstantExpression()
Create an instance ofTBoolConstantExpression
-
createTDateConstantExpression
public TDateConstantExpression createTDateConstantExpression()
Create an instance ofTDateConstantExpression
-
createTDateTimeOffsetConstantExpression
public TDateTimeOffsetConstantExpression createTDateTimeOffsetConstantExpression()
Create an instance ofTDateTimeOffsetConstantExpression
-
createTDecimalConstantExpression
public TDecimalConstantExpression createTDecimalConstantExpression()
Create an instance ofTDecimalConstantExpression
-
createTDurationConstantExpression
public TDurationConstantExpression createTDurationConstantExpression()
Create an instance ofTDurationConstantExpression
-
createTFloatConstantExpression
public TFloatConstantExpression createTFloatConstantExpression()
Create an instance ofTFloatConstantExpression
-
createTGuidConstantExpression
public TGuidConstantExpression createTGuidConstantExpression()
Create an instance ofTGuidConstantExpression
-
createTIntConstantExpression
public TIntConstantExpression createTIntConstantExpression()
Create an instance ofTIntConstantExpression
-
createTStringConstantExpression
public TStringConstantExpression createTStringConstantExpression()
Create an instance ofTStringConstantExpression
-
createTTimeOfDayConstantExpression
public TTimeOfDayConstantExpression createTTimeOfDayConstantExpression()
Create an instance ofTTimeOfDayConstantExpression
-
createTModelPathExpression
public TModelPathExpression createTModelPathExpression()
Create an instance ofTModelPathExpression
-
createTApplyExpression
public TApplyExpression createTApplyExpression()
Create an instance ofTApplyExpression
-
createTCastOrIsOfExpression
public TCastOrIsOfExpression createTCastOrIsOfExpression()
Create an instance ofTCastOrIsOfExpression
-
createTCollectionExpression
public TCollectionExpression createTCollectionExpression()
Create an instance ofTCollectionExpression
-
createTIfExpression
public TIfExpression createTIfExpression()
Create an instance ofTIfExpression
-
createTTwoChildrenExpression
public TTwoChildrenExpression createTTwoChildrenExpression()
Create an instance ofTTwoChildrenExpression
-
createTOneChildExpression
public TOneChildExpression createTOneChildExpression()
Create an instance ofTOneChildExpression
-
createTLabeledElementExpression
public TLabeledElementExpression createTLabeledElementExpression()
Create an instance ofTLabeledElementExpression
-
createTLabeledElementReferenceExpression
public TLabeledElementReferenceExpression createTLabeledElementReferenceExpression()
Create an instance ofTLabeledElementReferenceExpression
-
createTNullExpression
public TNullExpression createTNullExpression()
Create an instance ofTNullExpression
-
createTPathExpression
public TPathExpression createTPathExpression()
Create an instance ofTPathExpression
-
createTRecordExpression
public TRecordExpression createTRecordExpression()
Create an instance ofTRecordExpression
-
createTEntityKeyElement
public TEntityKeyElement createTEntityKeyElement()
Create an instance ofTEntityKeyElement
-
createTPropertyRef
public TPropertyRef createTPropertyRef()
Create an instance ofTPropertyRef
-
createTNavigationProperty
public TNavigationProperty createTNavigationProperty()
Create an instance ofTNavigationProperty
-
createTReferentialConstraint
public TReferentialConstraint createTReferentialConstraint()
Create an instance ofTReferentialConstraint
-
createTEnumTypeMember
public TEnumTypeMember createTEnumTypeMember()
Create an instance ofTEnumTypeMember
-
createTActionFunctionReturnType
public TActionFunctionReturnType createTActionFunctionReturnType()
Create an instance ofTActionFunctionReturnType
-
createTActionFunctionParameter
public TActionFunctionParameter createTActionFunctionParameter()
Create an instance ofTActionFunctionParameter
-
createTPropertyValue
public TPropertyValue createTPropertyValue()
Create an instance ofTPropertyValue
-
createTEntitySet
public TEntitySet createTEntitySet()
Create an instance ofTEntitySet
-
createTNavigationPropertyBinding
public TNavigationPropertyBinding createTNavigationPropertyBinding()
Create an instance ofTNavigationPropertyBinding
-
createTSingleton
public TSingleton createTSingleton()
Create an instance ofTSingleton
-
createTActionImport
public TActionImport createTActionImport()
Create an instance ofTActionImport
-
createTFunctionImport
public TFunctionImport createTFunctionImport()
Create an instance ofTFunctionImport
-
createTReference
public TReference createTReference()
Create an instance ofTReference
-
createTIncludeAnnotations
public TIncludeAnnotations createTIncludeAnnotations()
Create an instance ofTIncludeAnnotations
-
createTDataServices
public TDataServices createTDataServices()
Create an instance ofTDataServices
-
createEdmx
public jakarta.xml.bind.JAXBElement<TEdmx> createEdmx(TEdmx value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TEdmx>
-
createAnnotationBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createAnnotationBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createAnnotationBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createAnnotationBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createAnnotationDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createAnnotationDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createAnnotationDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createAnnotationDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createAnnotationDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createAnnotationDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createAnnotationDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createAnnotationDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createAnnotationEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createAnnotationEnumMember(List<String> value)
-
createAnnotationFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createAnnotationFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createAnnotationGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createAnnotationGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createAnnotationInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createAnnotationInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createAnnotationString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createAnnotationString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createAnnotationTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createAnnotationTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createAnnotationAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createAnnotationAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createAnnotationApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createAnnotationApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createAnnotationCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createAnnotationCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createAnnotationCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createAnnotationCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createAnnotationIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createAnnotationIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createAnnotationEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createAnnotationNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createAnnotationHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createAnnotationNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createAnnotationMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createAnnotationMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createAnnotationIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createAnnotationIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createAnnotationLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createAnnotationLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createAnnotationLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createAnnotationLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createAnnotationNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createAnnotationNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createAnnotationModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createAnnotationModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createAnnotationNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createAnnotationNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createAnnotationPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createAnnotationPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createAnnotationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createAnnotationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createAnnotationRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createAnnotationRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createAnnotationUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createAnnotationUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTPropertyValueBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTPropertyValueBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTPropertyValueBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTPropertyValueBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTPropertyValueDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTPropertyValueDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTPropertyValueDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTPropertyValueDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTPropertyValueDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTPropertyValueDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTPropertyValueDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTPropertyValueDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTPropertyValueEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTPropertyValueEnumMember(List<String> value)
-
createTPropertyValueFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTPropertyValueFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTPropertyValueGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTPropertyValueGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTPropertyValueInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTPropertyValueInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTPropertyValueString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTPropertyValueString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTPropertyValueTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTPropertyValueTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTPropertyValueAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTPropertyValueAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTPropertyValueApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTPropertyValueApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTPropertyValueCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTPropertyValueCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTPropertyValueCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTPropertyValueCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTPropertyValueIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTPropertyValueIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTPropertyValueEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTPropertyValueNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTPropertyValueHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTPropertyValueNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTPropertyValueMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTPropertyValueMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTPropertyValueIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTPropertyValueIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTPropertyValueLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTPropertyValueLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTPropertyValueLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTPropertyValueLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTPropertyValueNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTPropertyValueNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTPropertyValueModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTPropertyValueModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTPropertyValueNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTPropertyValueNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTPropertyValuePath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTPropertyValuePath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTPropertyValuePropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTPropertyValuePropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTPropertyValueRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTPropertyValueRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTPropertyValueUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTPropertyValueUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTLabeledElementExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTLabeledElementExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTLabeledElementExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTLabeledElementExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTLabeledElementExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTLabeledElementExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTLabeledElementExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTLabeledElementExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTLabeledElementExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTLabeledElementExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTLabeledElementExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTLabeledElementExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTLabeledElementExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTLabeledElementExpressionEnumMember(List<String> value)
-
createTLabeledElementExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTLabeledElementExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTLabeledElementExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTLabeledElementExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTLabeledElementExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTLabeledElementExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTLabeledElementExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTLabeledElementExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTLabeledElementExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTLabeledElementExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTLabeledElementExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTLabeledElementExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTLabeledElementExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTLabeledElementExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTLabeledElementExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTLabeledElementExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTLabeledElementExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTLabeledElementExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTLabeledElementExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTLabeledElementExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTLabeledElementExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTLabeledElementExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTLabeledElementExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTLabeledElementExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTLabeledElementExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTLabeledElementExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTLabeledElementExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTLabeledElementExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTLabeledElementExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTLabeledElementExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTLabeledElementExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTLabeledElementExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTLabeledElementExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTLabeledElementExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTLabeledElementExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTLabeledElementExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTLabeledElementExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTLabeledElementExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTLabeledElementExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTLabeledElementExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTLabeledElementExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTLabeledElementExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTLabeledElementExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTLabeledElementExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTLabeledElementExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTLabeledElementExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTOneChildExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTOneChildExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTOneChildExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTOneChildExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTOneChildExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTOneChildExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTOneChildExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTOneChildExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTOneChildExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTOneChildExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTOneChildExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTOneChildExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTOneChildExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTOneChildExpressionEnumMember(List<String> value)
-
createTOneChildExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTOneChildExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTOneChildExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTOneChildExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTOneChildExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTOneChildExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTOneChildExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTOneChildExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTOneChildExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTOneChildExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTOneChildExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTOneChildExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTOneChildExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTOneChildExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTOneChildExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTOneChildExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTOneChildExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTOneChildExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTOneChildExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTOneChildExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTOneChildExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTOneChildExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTOneChildExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTOneChildExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTOneChildExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTOneChildExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTOneChildExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTOneChildExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTOneChildExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTOneChildExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTOneChildExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTOneChildExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTOneChildExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTOneChildExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTOneChildExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTOneChildExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTOneChildExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTOneChildExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTOneChildExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTOneChildExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTOneChildExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTOneChildExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTOneChildExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTOneChildExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTOneChildExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTOneChildExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTTwoChildrenExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTTwoChildrenExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTTwoChildrenExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTTwoChildrenExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTTwoChildrenExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTTwoChildrenExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTTwoChildrenExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTTwoChildrenExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTTwoChildrenExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTTwoChildrenExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTTwoChildrenExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTTwoChildrenExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTTwoChildrenExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTTwoChildrenExpressionEnumMember(List<String> value)
-
createTTwoChildrenExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTTwoChildrenExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTTwoChildrenExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTTwoChildrenExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTTwoChildrenExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTTwoChildrenExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTTwoChildrenExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTTwoChildrenExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTTwoChildrenExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTTwoChildrenExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTTwoChildrenExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTTwoChildrenExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTTwoChildrenExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTTwoChildrenExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTTwoChildrenExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTTwoChildrenExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTTwoChildrenExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTTwoChildrenExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTTwoChildrenExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTTwoChildrenExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTTwoChildrenExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTTwoChildrenExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTTwoChildrenExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTTwoChildrenExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTTwoChildrenExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTTwoChildrenExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTTwoChildrenExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTTwoChildrenExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTTwoChildrenExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTTwoChildrenExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTTwoChildrenExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTTwoChildrenExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTTwoChildrenExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTTwoChildrenExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTTwoChildrenExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTTwoChildrenExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTTwoChildrenExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTTwoChildrenExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTTwoChildrenExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTTwoChildrenExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTTwoChildrenExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTTwoChildrenExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTTwoChildrenExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTTwoChildrenExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTTwoChildrenExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTTwoChildrenExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTIfExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTIfExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTIfExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTIfExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTIfExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTIfExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTIfExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTIfExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTIfExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTIfExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTIfExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTIfExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTIfExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTIfExpressionEnumMember(List<String> value)
-
createTIfExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTIfExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTIfExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTIfExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTIfExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTIfExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTIfExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTIfExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTIfExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTIfExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTIfExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTIfExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTIfExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTIfExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTIfExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTIfExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTIfExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTIfExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTIfExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTIfExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTIfExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTIfExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTIfExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTIfExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTIfExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTIfExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTIfExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTIfExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTIfExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTIfExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTIfExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTIfExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTIfExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTIfExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTIfExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTIfExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTIfExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTIfExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTIfExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTIfExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTIfExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTIfExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTIfExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTIfExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTIfExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTIfExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTCollectionExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTCollectionExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTCollectionExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTCollectionExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTCollectionExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTCollectionExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTCollectionExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTCollectionExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTCollectionExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTCollectionExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTCollectionExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTCollectionExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTCollectionExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTCollectionExpressionEnumMember(List<String> value)
-
createTCollectionExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTCollectionExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTCollectionExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTCollectionExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTCollectionExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTCollectionExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTCollectionExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTCollectionExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTCollectionExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTCollectionExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTCollectionExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCollectionExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCollectionExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTCollectionExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTCollectionExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTCollectionExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTCollectionExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTCollectionExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTCollectionExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTCollectionExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTCollectionExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTCollectionExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTCollectionExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTCollectionExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTCollectionExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCollectionExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCollectionExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTCollectionExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTCollectionExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTCollectionExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTCollectionExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTCollectionExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTCollectionExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTCollectionExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTCollectionExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCollectionExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCollectionExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCollectionExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCollectionExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTCollectionExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTCollectionExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCollectionExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCollectionExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTCollectionExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTCollectionExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTCollectionExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTCastOrIsOfExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTCastOrIsOfExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTCastOrIsOfExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTCastOrIsOfExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTCastOrIsOfExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTCastOrIsOfExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTCastOrIsOfExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTCastOrIsOfExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTCastOrIsOfExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTCastOrIsOfExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTCastOrIsOfExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTCastOrIsOfExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTCastOrIsOfExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTCastOrIsOfExpressionEnumMember(List<String> value)
-
createTCastOrIsOfExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTCastOrIsOfExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTCastOrIsOfExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTCastOrIsOfExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTCastOrIsOfExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTCastOrIsOfExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTCastOrIsOfExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTCastOrIsOfExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTCastOrIsOfExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTCastOrIsOfExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTCastOrIsOfExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCastOrIsOfExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCastOrIsOfExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTCastOrIsOfExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTCastOrIsOfExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTCastOrIsOfExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTCastOrIsOfExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTCastOrIsOfExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTCastOrIsOfExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTCastOrIsOfExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTCastOrIsOfExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTCastOrIsOfExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTCastOrIsOfExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTCastOrIsOfExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTCastOrIsOfExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTCastOrIsOfExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTCastOrIsOfExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTCastOrIsOfExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTCastOrIsOfExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTCastOrIsOfExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTCastOrIsOfExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTCastOrIsOfExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTCastOrIsOfExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTCastOrIsOfExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTCastOrIsOfExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCastOrIsOfExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCastOrIsOfExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCastOrIsOfExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCastOrIsOfExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTCastOrIsOfExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTCastOrIsOfExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTCastOrIsOfExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTCastOrIsOfExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTCastOrIsOfExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTCastOrIsOfExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTCastOrIsOfExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTApplyExpressionBinary
public jakarta.xml.bind.JAXBElement<TBinaryConstantExpression> createTApplyExpressionBinary(TBinaryConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBinaryConstantExpression>
-
createTApplyExpressionBool
public jakarta.xml.bind.JAXBElement<TBoolConstantExpression> createTApplyExpressionBool(TBoolConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TBoolConstantExpression>
-
createTApplyExpressionDate
public jakarta.xml.bind.JAXBElement<TDateConstantExpression> createTApplyExpressionDate(TDateConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateConstantExpression>
-
createTApplyExpressionDateTimeOffset
public jakarta.xml.bind.JAXBElement<TDateTimeOffsetConstantExpression> createTApplyExpressionDateTimeOffset(TDateTimeOffsetConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDateTimeOffsetConstantExpression>
-
createTApplyExpressionDecimal
public jakarta.xml.bind.JAXBElement<TDecimalConstantExpression> createTApplyExpressionDecimal(TDecimalConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDecimalConstantExpression>
-
createTApplyExpressionDuration
public jakarta.xml.bind.JAXBElement<TDurationConstantExpression> createTApplyExpressionDuration(TDurationConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TDurationConstantExpression>
-
createTApplyExpressionEnumMember
public jakarta.xml.bind.JAXBElement<List<String>> createTApplyExpressionEnumMember(List<String> value)
-
createTApplyExpressionFloat
public jakarta.xml.bind.JAXBElement<TFloatConstantExpression> createTApplyExpressionFloat(TFloatConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TFloatConstantExpression>
-
createTApplyExpressionGuid
public jakarta.xml.bind.JAXBElement<TGuidConstantExpression> createTApplyExpressionGuid(TGuidConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TGuidConstantExpression>
-
createTApplyExpressionInt
public jakarta.xml.bind.JAXBElement<TIntConstantExpression> createTApplyExpressionInt(TIntConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIntConstantExpression>
-
createTApplyExpressionString
public jakarta.xml.bind.JAXBElement<TStringConstantExpression> createTApplyExpressionString(TStringConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TStringConstantExpression>
-
createTApplyExpressionTimeOfDay
public jakarta.xml.bind.JAXBElement<TTimeOfDayConstantExpression> createTApplyExpressionTimeOfDay(TTimeOfDayConstantExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTimeOfDayConstantExpression>
-
createTApplyExpressionAnnotationPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTApplyExpressionAnnotationPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTApplyExpressionApply
public jakarta.xml.bind.JAXBElement<TApplyExpression> createTApplyExpressionApply(TApplyExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TApplyExpression>
-
createTApplyExpressionCast
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTApplyExpressionCast(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTApplyExpressionCollection
public jakarta.xml.bind.JAXBElement<TCollectionExpression> createTApplyExpressionCollection(TCollectionExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCollectionExpression>
-
createTApplyExpressionIf
public jakarta.xml.bind.JAXBElement<TIfExpression> createTApplyExpressionIf(TIfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TIfExpression>
-
createTApplyExpressionEq
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionEq(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionNe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionNe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionGe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionGe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionGt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionGt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionLe
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionLe(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionLt
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionLt(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionAnd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionAnd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionOr
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionOr(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionNot
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTApplyExpressionNot(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTApplyExpressionHas
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionHas(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionIn
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionIn(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionAdd
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionAdd(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionSub
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionSub(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionNeg
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTApplyExpressionNeg(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
createTApplyExpressionMul
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionMul(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionDiv
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionDiv(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionDivBy
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionDivBy(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionMod
public jakarta.xml.bind.JAXBElement<TTwoChildrenExpression> createTApplyExpressionMod(TTwoChildrenExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TTwoChildrenExpression>
-
createTApplyExpressionIsOf
public jakarta.xml.bind.JAXBElement<TCastOrIsOfExpression> createTApplyExpressionIsOf(TCastOrIsOfExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TCastOrIsOfExpression>
-
createTApplyExpressionLabeledElement
public jakarta.xml.bind.JAXBElement<TLabeledElementExpression> createTApplyExpressionLabeledElement(TLabeledElementExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementExpression>
-
createTApplyExpressionLabeledElementReference
public jakarta.xml.bind.JAXBElement<TLabeledElementReferenceExpression> createTApplyExpressionLabeledElementReference(TLabeledElementReferenceExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TLabeledElementReferenceExpression>
-
createTApplyExpressionNull
public jakarta.xml.bind.JAXBElement<TNullExpression> createTApplyExpressionNull(TNullExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TNullExpression>
-
createTApplyExpressionModelElementPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTApplyExpressionModelElementPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTApplyExpressionNavigationPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTApplyExpressionNavigationPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTApplyExpressionPath
public jakarta.xml.bind.JAXBElement<TPathExpression> createTApplyExpressionPath(TPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TPathExpression>
-
createTApplyExpressionPropertyPath
public jakarta.xml.bind.JAXBElement<TModelPathExpression> createTApplyExpressionPropertyPath(TModelPathExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TModelPathExpression>
-
createTApplyExpressionRecord
public jakarta.xml.bind.JAXBElement<TRecordExpression> createTApplyExpressionRecord(TRecordExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TRecordExpression>
-
createTApplyExpressionUrlRef
public jakarta.xml.bind.JAXBElement<TOneChildExpression> createTApplyExpressionUrlRef(TOneChildExpression value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TOneChildExpression>
-
-