Class TPropertyValue


  • public class TPropertyValue
    extends Object

    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>