Class TProtocol
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TProtocol
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.boolean
Gets the value of the mustUnderstand property.boolean
boolean
void
setMustUnderstand
(boolean value) Sets the value of the mustUnderstand property.void
Sets the value of the value property.
-
Field Details
-
value
-
mustUnderstand
protected boolean mustUnderstand
-
-
Constructor Details
-
TProtocol
public TProtocol()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
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()
-