public class TSingleton extends Object
Java class for TSingleton complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TSingleton">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="NavigationPropertyBinding" type="{http://docs.oasis-open.org/odata/ns/edm}TNavigationPropertyBinding"/>
<element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
</choice>
<attribute name="Name" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
<attribute name="Type" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TQualifiedName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<Object> |
navigationPropertyBindingOrAnnotation |
protected String |
type |
| Constructor and Description |
|---|
TSingleton() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
List<Object> |
getNavigationPropertyBindingOrAnnotation()
Gets the value of the navigationPropertyBindingOrAnnotation property.
|
String |
getType()
Gets the value of the type property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
public List<Object> getNavigationPropertyBindingOrAnnotation()
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 JAXB object.
This is why there is not a set method for the navigationPropertyBindingOrAnnotation property.
For example, to add a new item, do as follows:
getNavigationPropertyBindingOrAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
TNavigationPropertyBinding
Annotation
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2018–2020. All rights reserved.