Class PropertyReferenceType


  • public class PropertyReferenceType
    extends Object
    Used to contain a new value for change, a new property for add or identify the property for remove.

    Java class for PropertyReferenceType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PropertyReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseProperty"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>