Class BugCollection.Project.Cloud

  • Enclosing class:
    BugCollection.Project

    public static class BugCollection.Project.Cloud
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      Cloud()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDetailsUrl()
      Gets the value of the detailsUrl property.
      java.lang.String getId()
      Gets the value of the id property.
      java.util.List<BugCollection.Project.Cloud.Property> getProperty()
      Gets the value of the property property.
      java.lang.Boolean isOnline()
      Gets the value of the online property.
      java.lang.Boolean isSynced()
      Gets the value of the synced property.
      void setDetailsUrl​(java.lang.String value)
      Sets the value of the detailsUrl property.
      void setId​(java.lang.String value)
      Sets the value of the id property.
      void setOnline​(java.lang.Boolean value)
      Sets the value of the online property.
      void setSynced​(java.lang.Boolean value)
      Sets the value of the synced property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • online

        protected java.lang.Boolean online
      • synced

        protected java.lang.Boolean synced
      • detailsUrl

        protected java.lang.String detailsUrl
    • Constructor Detail

      • Cloud

        public Cloud()
    • Method Detail

      • getProperty

        public java.util.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 JAXB 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

        Returns:
        The value of the property property.
      • getId

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

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isOnline

        public java.lang.Boolean isOnline()
        Gets the value of the online property.
        Returns:
        possible object is Boolean
      • setOnline

        public void setOnline​(java.lang.Boolean value)
        Sets the value of the online property.
        Parameters:
        value - allowed object is Boolean
      • isSynced

        public java.lang.Boolean isSynced()
        Gets the value of the synced property.
        Returns:
        possible object is Boolean
      • setSynced

        public void setSynced​(java.lang.Boolean value)
        Sets the value of the synced property.
        Parameters:
        value - allowed object is Boolean
      • getDetailsUrl

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

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