Package com.lampa.smi.dtoV1
Class RetiredPagesType
- java.lang.Object
-
- com.lampa.smi.dtoV1.RetiredPagesType
-
public class RetiredPagesType extends java.lang.Object
Java class for retired_pagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="retired_pagesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="multiple_single_bit_retirement" type="{}multiple_single_bit_retirementType"/> <element name="double_bit_retirement" type="{}double_bit_retirementType"/> <element name="pending_blacklist" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description RetiredPagesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleBitRetirementType
getDoubleBitRetirement()
Gets the value of the doubleBitRetirement property.MultipleSingleBitRetirementType
getMultipleSingleBitRetirement()
Gets the value of the multipleSingleBitRetirement property.java.lang.String
getPendingBlacklist()
Gets the value of the pendingBlacklist property.void
setDoubleBitRetirement(DoubleBitRetirementType value)
Sets the value of the doubleBitRetirement property.void
setMultipleSingleBitRetirement(MultipleSingleBitRetirementType value)
Sets the value of the multipleSingleBitRetirement property.void
setPendingBlacklist(java.lang.String value)
Sets the value of the pendingBlacklist property.
-
-
-
Method Detail
-
getMultipleSingleBitRetirement
public MultipleSingleBitRetirementType getMultipleSingleBitRetirement()
Gets the value of the multipleSingleBitRetirement property.- Returns:
- possible object is
MultipleSingleBitRetirementType
-
setMultipleSingleBitRetirement
public void setMultipleSingleBitRetirement(MultipleSingleBitRetirementType value)
Sets the value of the multipleSingleBitRetirement property.- Parameters:
value
- allowed object isMultipleSingleBitRetirementType
-
getDoubleBitRetirement
public DoubleBitRetirementType getDoubleBitRetirement()
Gets the value of the doubleBitRetirement property.- Returns:
- possible object is
DoubleBitRetirementType
-
setDoubleBitRetirement
public void setDoubleBitRetirement(DoubleBitRetirementType value)
Sets the value of the doubleBitRetirement property.- Parameters:
value
- allowed object isDoubleBitRetirementType
-
getPendingBlacklist
public java.lang.String getPendingBlacklist()
Gets the value of the pendingBlacklist property.- Returns:
- possible object is
String
-
setPendingBlacklist
public void setPendingBlacklist(java.lang.String value)
Sets the value of the pendingBlacklist property.- Parameters:
value
- allowed object isString
-
-