Class 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>
     
    • Constructor Detail

      • Cloud

        public Cloud()
    • 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 set method 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

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • 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 is Boolean
      • 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 is Boolean
      • getDetailsUrl

        public String getDetailsUrl()
        Gets the value of the detailsUrl property.
        Returns:
        possible object is String
      • setDetailsUrl

        public void setDetailsUrl​(String value)
        Sets the value of the detailsUrl property.
        Parameters:
        value - allowed object is String