Class TConfLNs
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TConfLNs
Java class for tConfLNs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tConfLNs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="fixPrefix" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="fixLnInst" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the fixLnInst property.boolean
Gets the value of the fixPrefix property.boolean
boolean
void
setFixLnInst
(boolean value) Sets the value of the fixLnInst property.void
setFixPrefix
(boolean value) Sets the value of the fixPrefix property.void
void
-
Field Details
-
fixPrefix
-
fixLnInst
-
-
Constructor Details
-
TConfLNs
public TConfLNs()
-
-
Method Details
-
isFixPrefix
public boolean isFixPrefix()Gets the value of the fixPrefix property.- Returns:
- possible object is
Boolean
-
setFixPrefix
public void setFixPrefix(boolean value) Sets the value of the fixPrefix property.- Parameters:
value
- allowed object isBoolean
-
isSetFixPrefix
public boolean isSetFixPrefix() -
unsetFixPrefix
public void unsetFixPrefix() -
isFixLnInst
public boolean isFixLnInst()Gets the value of the fixLnInst property.- Returns:
- possible object is
Boolean
-
setFixLnInst
public void setFixLnInst(boolean value) Sets the value of the fixLnInst property.- Parameters:
value
- allowed object isBoolean
-
isSetFixLnInst
public boolean isSetFixLnInst() -
unsetFixLnInst
public void unsetFixLnInst()
-