Class TServiceWithMaxAndMaxAttributes

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TServiceWithMax
org.lfenergy.compas.scl2007b4.model.TServiceWithMaxAndMaxAttributes
Direct Known Subclasses:
TServiceForConfDataSet

public class TServiceWithMaxAndMaxAttributes extends TServiceWithMax

Java class for tServiceWithMaxAndMaxAttributes complex type.

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

 <complexType name="tServiceWithMaxAndMaxAttributes">
   <complexContent>
     <extension base="{http://www.iec.ch/61850/2003/SCL}tServiceWithMax">
       <attribute name="maxAttributes">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}unsignedInt">
             <minExclusive value="0"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • maxAttributes

      protected Long maxAttributes
  • Constructor Details

    • TServiceWithMaxAndMaxAttributes

      public TServiceWithMaxAndMaxAttributes()
  • Method Details

    • getMaxAttributes

      public long getMaxAttributes()
      Gets the value of the maxAttributes property.
      Returns:
      possible object is Long
    • setMaxAttributes

      public void setMaxAttributes(long value)
      Sets the value of the maxAttributes property.
      Parameters:
      value - allowed object is Long
    • isSetMaxAttributes

      public boolean isSetMaxAttributes()
    • unsetMaxAttributes

      public void unsetMaxAttributes()