java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.Id
Direct Known Subclasses:
LogEntry, UserCard, UserCardCopy

public class Id extends Object

Java class for id complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="id">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Id()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the id property.
    void
    setId(int value)
    Sets the value of the id property.

    Methods inherited from class java.lang.Object

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

    • id

      protected int id
  • Constructor Details

    • Id

      public Id()
  • Method Details

    • getId

      public int getId()
      Gets the value of the id property.
    • setId

      public void setId(int value)
      Sets the value of the id property.