Class BugCollection.Project.Cloud
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.Project.Cloud
-
- Enclosing class:
- BugCollection.Project
public static class BugCollection.Project.Cloud extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Property" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="online" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="synced" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="detailsUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBugCollection.Project.Cloud.PropertyJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description Cloud()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetailsUrl()Gets the value of the detailsUrl property.StringgetId()Gets the value of the id property.List<BugCollection.Project.Cloud.Property>getProperty()Gets the value of the property property.BooleanisOnline()Gets the value of the online property.BooleanisSynced()Gets the value of the synced property.voidsetDetailsUrl(String value)Sets the value of the detailsUrl property.voidsetId(String value)Sets the value of the id property.voidsetOnline(Boolean value)Sets the value of the online property.voidsetSynced(Boolean value)Sets the value of the synced property.
-
-
-
Method Detail
-
getProperty
public List<BugCollection.Project.Cloud.Property> getProperty()
Gets the value of the property 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 Jakarta XML Binding object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);Objects of the following type(s) are allowed in the list
BugCollection.Project.Cloud.Property
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
isOnline
public Boolean isOnline()
Gets the value of the online property.- Returns:
- possible object is
Boolean
-
setOnline
public void setOnline(Boolean value)
Sets the value of the online property.- Parameters:
value- allowed object isBoolean
-
isSynced
public Boolean isSynced()
Gets the value of the synced property.- Returns:
- possible object is
Boolean
-
setSynced
public void setSynced(Boolean value)
Sets the value of the synced property.- Parameters:
value- allowed object isBoolean
-
getDetailsUrl
public String getDetailsUrl()
Gets the value of the detailsUrl property.- Returns:
- possible object is
String
-
-