Package com.scene7.ipsapi
Class GetAllCompaniesParam
java.lang.Object
com.scene7.ipsapi.GetAllCompaniesParam
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="includeExpired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the includeExpired property.voidsetIncludeExpired(boolean value) Sets the value of the includeExpired property.
-
Constructor Details
-
GetAllCompaniesParam
public GetAllCompaniesParam()
-
-
Method Details
-
isIncludeExpired
public boolean isIncludeExpired()Gets the value of the includeExpired property. -
setIncludeExpired
public void setIncludeExpired(boolean value) Sets the value of the includeExpired property.
-