Class PropertyReferenceType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends BasePropertyType>baseProperty
-
Constructor Summary
Constructors Constructor Description PropertyReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends BasePropertyType>getBaseProperty()Gets the value of the baseProperty property.voidsetBaseProperty(javax.xml.bind.JAXBElement<? extends BasePropertyType> value)Sets the value of the baseProperty property.
-
-
-
Field Detail
-
baseProperty
protected javax.xml.bind.JAXBElement<? extends BasePropertyType> baseProperty
-
-
Method Detail
-
getBaseProperty
public javax.xml.bind.JAXBElement<? extends BasePropertyType> getBaseProperty()
Gets the value of the baseProperty property.- Returns:
- possible object is
JAXBElement<WsCalendarAttachType>JAXBElement<DurationPropType>JAXBElement<TolerancePropType>JAXBElement<XMicrosoftCdoIntendedstatusPropType>JAXBElement<XBedeworkExsynchEndtzidPropType>JAXBElement<XBedeworkExsynchStarttzidPropType>JAXBElement<XBedeworkCostPropType>JAXBElement<OrganizerPropType>JAXBElement<WsCalendarTypeType>JAXBElement<XMicrosoftCdoBusystatusPropType>JAXBElement<LinkPropType>JAXBElement<XBedeworkExsynchLastmodPropType>JAXBElement<BasePropertyType>
-
setBaseProperty
public void setBaseProperty(javax.xml.bind.JAXBElement<? extends BasePropertyType> value)
Sets the value of the baseProperty property.- Parameters:
value- allowed object isJAXBElement<WsCalendarAttachType>JAXBElement<DurationPropType>JAXBElement<TolerancePropType>JAXBElement<XMicrosoftCdoIntendedstatusPropType>JAXBElement<XBedeworkExsynchEndtzidPropType>JAXBElement<XBedeworkExsynchStarttzidPropType>JAXBElement<XBedeworkCostPropType>JAXBElement<OrganizerPropType>JAXBElement<WsCalendarTypeType>JAXBElement<XMicrosoftCdoBusystatusPropType>JAXBElement<LinkPropType>JAXBElement<XBedeworkExsynchLastmodPropType>JAXBElement<BasePropertyType>
-
-