public final class SenderFeature extends 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 and Description |
---|
SenderFeature() |
SenderFeature(SenderFeatureName name,
String param) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getIntParam() |
SenderFeatureName |
getName() |
String |
getParam() |
int |
hashCode() |
String |
toString() |
public SenderFeature()
public SenderFeature(SenderFeatureName name, String param)
public SenderFeatureName getName()
public String getParam()
public int getIntParam()
Copyright © 2018 Digipost. All rights reserved.