Class ComponentReferenceType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.ComponentReferenceType
-
public class ComponentReferenceType extends Object
Used to contain a new value.Java class for ComponentReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComponentReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends BaseComponentType>baseComponent
-
Constructor Summary
Constructors Constructor Description ComponentReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends BaseComponentType>getBaseComponent()Gets the value of the baseComponent property.voidsetBaseComponent(javax.xml.bind.JAXBElement<? extends BaseComponentType> value)Sets the value of the baseComponent property.
-
-
-
Field Detail
-
baseComponent
protected javax.xml.bind.JAXBElement<? extends BaseComponentType> baseComponent
-
-
Method Detail
-
getBaseComponent
public javax.xml.bind.JAXBElement<? extends BaseComponentType> getBaseComponent()
Gets the value of the baseComponent property.- Returns:
- possible object is
JAXBElement<AvailableType>JAXBElement<VjournalType>JAXBElement<VtimezoneType>JAXBElement<VpollType>JAXBElement<DaylightType>JAXBElement<WsCalendarIntervalType>JAXBElement<VeventType>JAXBElement<VtodoType>JAXBElement<ValarmType>JAXBElement<VavailabilityType>JAXBElement<StandardType>JAXBElement<VfreebusyType>JAXBElement<WsCalendarGluonType>JAXBElement<BaseComponentType>
-
setBaseComponent
public void setBaseComponent(javax.xml.bind.JAXBElement<? extends BaseComponentType> value)
Sets the value of the baseComponent property.- Parameters:
value- allowed object isJAXBElement<AvailableType>JAXBElement<VjournalType>JAXBElement<VtimezoneType>JAXBElement<VpollType>JAXBElement<DaylightType>JAXBElement<WsCalendarIntervalType>JAXBElement<VeventType>JAXBElement<VtodoType>JAXBElement<ValarmType>JAXBElement<VavailabilityType>JAXBElement<StandardType>JAXBElement<VfreebusyType>JAXBElement<WsCalendarGluonType>JAXBElement<BaseComponentType>
-
-