Class TProtocol

java.lang.Object
org.lfenergy.compas.scl2007b4.model.TProtocol

public class TProtocol extends Object

Java class for tProtocol complex type.

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

 <complexType name="tProtocol">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
       <attribute name="mustUnderstand" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • mustUnderstand

      protected boolean mustUnderstand
  • Constructor Details

    • TProtocol

      public TProtocol()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isSetValue

      public boolean isSetValue()
    • isMustUnderstand

      public boolean isMustUnderstand()
      Gets the value of the mustUnderstand property.
    • setMustUnderstand

      public void setMustUnderstand(boolean value)
      Sets the value of the mustUnderstand property.
    • isSetMustUnderstand

      public boolean isSetMustUnderstand()