Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.oasisopen.odata.csdl.v4.TPropertyValue Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.04.07 at 10:41:54 PM UTC
//
package org.oasisopen.odata.csdl.v4;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.xml.datatype.Duration;
import javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElementRef;
import jakarta.xml.bind.annotation.XmlElementRefs;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.CollapsedStringAdapter;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
/**
* Java class for TPropertyValue complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="TPropertyValue">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
* <group ref="{http://docs.oasis-open.org/odata/ns/edm}GExpression"/>
* </choice>
* <attGroup ref="{http://docs.oasis-open.org/odata/ns/edm}GInlineExpressions"/>
* <attribute name="Property" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TPropertyValue", propOrder = {
"annotationOrBinaryOrBool"
})
public class TPropertyValue {
@XmlElementRefs({
@XmlElementRef(name = "Annotation", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = Annotation.class, required = false),
@XmlElementRef(name = "Binary", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Bool", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Date", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "DateTimeOffset", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Decimal", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Duration", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "EnumMember", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Float", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Guid", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Int", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "String", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "TimeOfDay", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "AnnotationPath", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Apply", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Cast", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Collection", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "If", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Eq", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Ne", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Ge", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Gt", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Le", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Lt", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "And", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Or", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Not", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Has", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "In", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Add", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Sub", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Neg", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Mul", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Div", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "DivBy", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Mod", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "IsOf", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "LabeledElement", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "LabeledElementReference", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Null", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "ModelElementPath", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "NavigationPropertyPath", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Path", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "PropertyPath", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "Record", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false),
@XmlElementRef(name = "UrlRef", namespace = "http://docs.oasis-open.org/odata/ns/edm", type = JAXBElement.class, required = false)
})
protected List annotationOrBinaryOrBool;
@XmlAttribute(name = "Property", required = true)
@XmlJavaTypeAdapter(CollapsedStringAdapter.class)
protected String property;
@XmlAttribute(name = "Binary")
protected String binary;
@XmlAttribute(name = "Bool")
protected Boolean bool;
@XmlAttribute(name = "Date")
protected XMLGregorianCalendar date;
@XmlAttribute(name = "DateTimeOffset")
protected XMLGregorianCalendar dateTimeOffset;
@XmlAttribute(name = "Decimal")
protected String decimal;
@XmlAttribute(name = "Duration")
protected Duration duration;
@XmlAttribute(name = "EnumMember")
protected List enumMember;
@XmlAttribute(name = "Float")
protected Double _float;
@XmlAttribute(name = "Guid")
protected String guid;
@XmlAttribute(name = "Int")
protected BigInteger _int;
@XmlAttribute(name = "String")
protected String string;
@XmlAttribute(name = "TimeOfDay")
protected XMLGregorianCalendar timeOfDay;
@XmlAttribute(name = "AnnotationPath")
protected String annotationPath;
@XmlAttribute(name = "ModelElementPath")
protected String modelElementPath;
@XmlAttribute(name = "NavigationPropertyPath")
protected String navigationPropertyPath;
@XmlAttribute(name = "Path")
protected String path;
@XmlAttribute(name = "PropertyPath")
protected String propertyPath;
@XmlAttribute(name = "UrlRef")
@XmlSchemaType(name = "anyURI")
protected String urlRef;
/**
* Gets the value of the annotationOrBinaryOrBool property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the annotationOrBinaryOrBool property.
*
*
* For example, to add a new item, do as follows:
*
* getAnnotationOrBinaryOrBool().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Annotation }
* {@link JAXBElement }{@code <}{@link TBinaryConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TBoolConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TDateConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TDateTimeOffsetConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TDecimalConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TDurationConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link List }{@code <}{@link String }{@code >}{@code >}
* {@link JAXBElement }{@code <}{@link TFloatConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TGuidConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TIntConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TStringConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTimeOfDayConstantExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TModelPathExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TApplyExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TCastOrIsOfExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TCollectionExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TIfExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TOneChildExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TOneChildExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TTwoChildrenExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TCastOrIsOfExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TLabeledElementExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TLabeledElementReferenceExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TNullExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TModelPathExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TModelPathExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TPathExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TModelPathExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TRecordExpression }{@code >}
* {@link JAXBElement }{@code <}{@link TOneChildExpression }{@code >}
*
*
*/
public List getAnnotationOrBinaryOrBool() {
if (annotationOrBinaryOrBool == null) {
annotationOrBinaryOrBool = new ArrayList();
}
return this.annotationOrBinaryOrBool;
}
/**
* Gets the value of the property property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getProperty() {
return property;
}
/**
* Sets the value of the property property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setProperty(String value) {
this.property = value;
}
/**
* Gets the value of the binary property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBinary() {
return binary;
}
/**
* Sets the value of the binary property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBinary(String value) {
this.binary = value;
}
/**
* Gets the value of the bool property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isBool() {
return bool;
}
/**
* Sets the value of the bool property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setBool(Boolean value) {
this.bool = value;
}
/**
* Gets the value of the date property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDate() {
return date;
}
/**
* Sets the value of the date property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDate(XMLGregorianCalendar value) {
this.date = value;
}
/**
* Gets the value of the dateTimeOffset property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getDateTimeOffset() {
return dateTimeOffset;
}
/**
* Sets the value of the dateTimeOffset property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setDateTimeOffset(XMLGregorianCalendar value) {
this.dateTimeOffset = value;
}
/**
* Gets the value of the decimal property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDecimal() {
return decimal;
}
/**
* Sets the value of the decimal property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDecimal(String value) {
this.decimal = value;
}
/**
* Gets the value of the duration property.
*
* @return
* possible object is
* {@link Duration }
*
*/
public Duration getDuration() {
return duration;
}
/**
* Sets the value of the duration property.
*
* @param value
* allowed object is
* {@link Duration }
*
*/
public void setDuration(Duration value) {
this.duration = value;
}
/**
* Gets the value of the enumMember property.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the Jakarta XML Binding object.
* This is why there is not a set
method for the enumMember property.
*
*
* For example, to add a new item, do as follows:
*
* getEnumMember().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List getEnumMember() {
if (enumMember == null) {
enumMember = new ArrayList();
}
return this.enumMember;
}
/**
* Gets the value of the float property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getFloat() {
return _float;
}
/**
* Sets the value of the float property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setFloat(Double value) {
this._float = value;
}
/**
* Gets the value of the guid property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getGuid() {
return guid;
}
/**
* Sets the value of the guid property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGuid(String value) {
this.guid = value;
}
/**
* Gets the value of the int property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getInt() {
return _int;
}
/**
* Sets the value of the int property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setInt(BigInteger value) {
this._int = value;
}
/**
* Gets the value of the string property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getString() {
return string;
}
/**
* Sets the value of the string property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setString(String value) {
this.string = value;
}
/**
* Gets the value of the timeOfDay property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getTimeOfDay() {
return timeOfDay;
}
/**
* Sets the value of the timeOfDay property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setTimeOfDay(XMLGregorianCalendar value) {
this.timeOfDay = value;
}
/**
* Gets the value of the annotationPath property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAnnotationPath() {
return annotationPath;
}
/**
* Sets the value of the annotationPath property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAnnotationPath(String value) {
this.annotationPath = value;
}
/**
* Gets the value of the modelElementPath property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getModelElementPath() {
return modelElementPath;
}
/**
* Sets the value of the modelElementPath property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setModelElementPath(String value) {
this.modelElementPath = value;
}
/**
* Gets the value of the navigationPropertyPath property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNavigationPropertyPath() {
return navigationPropertyPath;
}
/**
* Sets the value of the navigationPropertyPath property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNavigationPropertyPath(String value) {
this.navigationPropertyPath = value;
}
/**
* Gets the value of the path property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPath() {
return path;
}
/**
* Sets the value of the path property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPath(String value) {
this.path = value;
}
/**
* Gets the value of the propertyPath property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPropertyPath() {
return propertyPath;
}
/**
* Sets the value of the propertyPath property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPropertyPath(String value) {
this.propertyPath = value;
}
/**
* Gets the value of the urlRef property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getUrlRef() {
return urlRef;
}
/**
* Sets the value of the urlRef property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setUrlRef(String value) {
this.urlRef = value;
}
}