Class CompType
Java class for CompType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{urn:ietf:params:xml:ns:caldav}allprop"/>
<element ref="{urn:ietf:params:xml:ns:caldav}prop" maxOccurs="unbounded"/>
</choice>
<choice>
<element ref="{urn:ietf:params:xml:ns:caldav}allcomp"/>
<element ref="{urn:ietf:params:xml:ns:caldav}comp" maxOccurs="unbounded"/>
</choice>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allcomp property.Gets the value of the allprop property.getComp()Gets the value of the comp property.getName()Gets the value of the name property.getProp()Gets the value of the prop property.voidsetAllcomp(AllcompType value) Sets the value of the allcomp property.voidsetAllprop(AllpropType value) Sets the value of the allprop property.voidSets the value of the name property.
-
Field Details
-
allprop
-
prop
-
allcomp
-
comp
-
name
-
-
Constructor Details
-
CompType
public CompType()
-
-
Method Details
-
getAllprop
Gets the value of the allprop property.- Returns:
- possible object is
AllpropType
-
setAllprop
Sets the value of the allprop property.- Parameters:
value- allowed object isAllpropType
-
getProp
Gets the value of the prop property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the prop property.For example, to add a new item, do as follows:
getProp().add(newItem);Objects of the following type(s) are allowed in the list
PropType -
getAllcomp
Gets the value of the allcomp property.- Returns:
- possible object is
AllcompType
-
setAllcomp
Sets the value of the allcomp property.- Parameters:
value- allowed object isAllcompType
-
getComp
Gets the value of the comp property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the comp property.For example, to add a new item, do as follows:
getComp().add(newItem);Objects of the following type(s) are allowed in the list
CompType -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-