Class SenderFeature
- java.lang.Object
-
- no.digipost.api.client.representations.sender.SenderFeature
-
public final class SenderFeature extends java.lang.Object
Java class for feature complex type.The following schema fragment specifies the expected content contained within this class.
<complexType name="feature"> <simpleContent> <extension base="<http://api.digipost.no/schema/v7>feature-name"> <attribute name="param" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SenderFeature()
SenderFeature(SenderFeatureName name, java.lang.String param)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
getIntParam()
SenderFeatureName
getName()
java.lang.String
getParam()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
SenderFeature
public SenderFeature()
-
SenderFeature
public SenderFeature(SenderFeatureName name, java.lang.String param)
-
-
Method Detail
-
getName
public SenderFeatureName getName()
-
getParam
public java.lang.String getParam()
-
getIntParam
public int getIntParam()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-