Uses of Class
ietf.params.xml.ns.icalendar_2.BaseParameterType
Packages that use BaseParameterType
-
Uses of BaseParameterType in ietf.params.xml.ns.icalendar_2
Subclasses of BaseParameterType in ietf.params.xml.ns.icalendar_2Modifier and TypeClassDescriptionclass
Java class for AltrepParamType complex type.class
Java class for BooleanParameterType complex type.class
Java class for CalAddressListParamType complex type.class
Java class for CalAddressParamType complex type.class
Java class for CnParamType complex type.class
cutypeparam = "CUTYPE" "=" ("INDIVIDUAL" ; An individual / "GROUP" ; A group of individuals / "RESOURCE" ; A physical resource / "ROOM" ; A room resource / "UNKNOWN" ; Otherwise not known / x-name ; Experimental type / iana-token) ; Other IANA-registered ; type ; Default is INDIVIDUALclass
Java class for DelegatedFromParamType complex type.class
Java class for DelegatedToParamType complex type.class
Java class for DirParamType complex type.class
Java class for DurationParameterType complex type.class
encodingparam = "ENCODING" "=" ( "8BIT" ; "8bit" text encoding is defined in [RFC2045] / "BASE64" ; "BASE64" binary encoding format is defined in [RFC4648] )class
fbtypeparam = "FBTYPE" "=" ("FREE" / "BUSY" / "BUSY-UNAVAILABLE" / "BUSY-TENTATIVE" / x-name ; Some experimental iCalendar free/busy type.class
Java class for FmttypeParamType complex type.class
Java class for IntegerParameterType complex type.class
Java class for LanguageParamType complex type.class
Java class for MemberParamType complex type.class
partstat-event = ("NEEDS-ACTION" ; Event needs action / "ACCEPTED" ; Event accepted / "DECLINED" ; Event declined / "TENTATIVE" ; Event tentatively ; accepted / "DELEGATED" ; Event delegated / x-name ; Experimental status / iana-token) ; Other IANA-registered ; status ; These are the participation statuses for a "VEVENT".class
Java class for PublicCommentParameterType complex type.class
Java class for RangeParamType complex type.class
trigrelparam = "RELATED" "=" ("START" ; Trigger off of start / "END") ; Trigger off of endclass
reltypeparam = "RELTYPE" "=" ("PARENT" ; Parent relationship - Default / "CHILD" ; Child relationship / "SIBLING" ; Sibling relationship / iana-token ; Some other IANA-registered ; iCalendar relationship type / x-name) ; A non-standard, experimental ; relationship type Ws-Calendar adds the values / "FINISHTOSTART" / "FINISHTOFINISH" / "STARTTOFINISH" / "STARTTOSTART" ; Default is PARENTclass
Java class for ResponseParameterType complex type.class
Standard values "CHAIR" "REQ-PARTICIPANT" "OPT-PARTICIPANT" "NON-PARTICIPANT"class
Java class for RsvpParamType complex type.class
scheduleagentparam = "SCHEDULE-AGENT" "=" ("SERVER" ; The server handles scheduling / "CLIENT" ; The client handles scheduling / "NONE" ; No automatic scheduling / x-name ; Experimental type / iana-token) ; Other IANA registered type ; ; Default is SERVERclass
scheduleforcesendparam = "SCHEDULE-FORCE-SEND" "=" ("REQUEST" ; Force a "REQUEST" / "REPLY" ; Force a "REPLY" / iana-token) ; IANA registered methodclass
Java class for ScheduleStatusParamType complex type.class
Java class for SentByParamType complex type.class
Java class for StayInformedParameterType complex type.class
Java class for TextParameterType complex type.class
Java class for TzidParamType complex type.class
Java class for UriParameterType complex type.class
Java class for XBedeworkLocKeyParamType complex type.class
Java class for XBedeworkUidParamType complex type.class
Java class for XBedeworkWrappedNameParamType complex type.Fields in ietf.params.xml.ns.icalendar_2 with type parameters of type BaseParameterTypeModifier and TypeFieldDescriptionprotected List<javax.xml.bind.JAXBElement<? extends BaseParameterType>>
ArrayOfParameters.baseParameter
Methods in ietf.params.xml.ns.icalendar_2 that return types with arguments of type BaseParameterTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BaseParameterType>
ObjectFactory.createBaseParameter
(BaseParameterType value) List<javax.xml.bind.JAXBElement<? extends BaseParameterType>>
ArrayOfParameters.getBaseParameter()
Gets the value of the baseParameter property.Methods in ietf.params.xml.ns.icalendar_2 with parameters of type BaseParameterTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BaseParameterType>
ObjectFactory.createBaseParameter
(BaseParameterType value) -
Uses of BaseParameterType in org.oasis_open.docs.ws_calendar.ns.soap
Fields in org.oasis_open.docs.ws_calendar.ns.soap with type parameters of type BaseParameterTypeModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseParameterType>
ParameterReferenceType.baseParameter
protected javax.xml.bind.JAXBElement<? extends BaseParameterType>
ParameterSelectionType.baseParameter
protected javax.xml.bind.JAXBElement<? extends BaseParameterType>
ParamFilterType.baseParameter
Methods in org.oasis_open.docs.ws_calendar.ns.soap that return types with arguments of type BaseParameterTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<? extends BaseParameterType>
ParameterReferenceType.getBaseParameter()
Gets the value of the baseParameter property.javax.xml.bind.JAXBElement<? extends BaseParameterType>
ParameterSelectionType.getBaseParameter()
Gets the value of the baseParameter property.javax.xml.bind.JAXBElement<? extends BaseParameterType>
ParamFilterType.getBaseParameter()
Gets the value of the baseParameter property.Method parameters in org.oasis_open.docs.ws_calendar.ns.soap with type arguments of type BaseParameterTypeModifier and TypeMethodDescriptionvoid
ParameterReferenceType.setBaseParameter
(javax.xml.bind.JAXBElement<? extends BaseParameterType> value) Sets the value of the baseParameter property.void
ParameterSelectionType.setBaseParameter
(javax.xml.bind.JAXBElement<? extends BaseParameterType> value) Sets the value of the baseParameter property.void
ParamFilterType.setBaseParameter
(javax.xml.bind.JAXBElement<? extends BaseParameterType> value) Sets the value of the baseParameter property.