Class PropertySelectionType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.PropertySelectionType
-
public class PropertySelectionType extends Object
Used to contain a selection of a single property. This selection can be to apply a value change and/or to update the parameters.Java class for PropertySelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertySelectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseProperty"/> <element name="parameters" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}ParametersSelectionType" minOccurs="0"/> <element name="change" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}PropertyReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends BasePropertyType>basePropertyprotected PropertyReferenceTypechangeprotected ParametersSelectionTypeparameters
-
Constructor Summary
Constructors Constructor Description PropertySelectionType()
-
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.PropertyReferenceTypegetChange()Gets the value of the change property.ParametersSelectionTypegetParameters()Gets the value of the parameters property.voidsetBaseProperty(javax.xml.bind.JAXBElement<? extends BasePropertyType> value)Sets the value of the baseProperty property.voidsetChange(PropertyReferenceType value)Sets the value of the change property.voidsetParameters(ParametersSelectionType value)Sets the value of the parameters property.
-
-
-
Field Detail
-
baseProperty
protected javax.xml.bind.JAXBElement<? extends BasePropertyType> baseProperty
-
parameters
protected ParametersSelectionType parameters
-
change
protected PropertyReferenceType change
-
-
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>
-
getParameters
public ParametersSelectionType getParameters()
Gets the value of the parameters property.- Returns:
- possible object is
ParametersSelectionType
-
setParameters
public void setParameters(ParametersSelectionType value)
Sets the value of the parameters property.- Parameters:
value- allowed object isParametersSelectionType
-
getChange
public PropertyReferenceType getChange()
Gets the value of the change property.- Returns:
- possible object is
PropertyReferenceType
-
setChange
public void setChange(PropertyReferenceType value)
Sets the value of the change property.- Parameters:
value- allowed object isPropertyReferenceType
-
-