Class PModeLegProtocol
java.lang.Object
com.helger.phase4.model.pmode.leg.PModeLegProtocol
- All Implemented Interfaces:
Serializable
@NotThreadSafe
@MustImplementEqualsAndHashcode
public class PModeLegProtocol
extends Object
implements Serializable
PMode leg protocol parameters.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPModeLegProtocol(@Nullable String sAddress, @NonNull ESoapVersion eSoapVersion) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull PModeLegProtocolcreateForDefaultSoapVersion(@Nullable String sAddress) booleanfinal @Nullable Stringfinal @Nullable Stringfinal @NonNull ESoapVersionfinal booleaninthashCode()final @NonNull com.helger.base.state.EChangesetAddress(@Nullable String sAddress) final @NonNull com.helger.base.state.EChangesetSoapVersion(@NonNull ESoapVersion eSoapVersion) toString()
-
Constructor Details
-
PModeLegProtocol
public PModeLegProtocol() -
PModeLegProtocol
-
-
Method Details
-
getAddress
-
hasAddress
public final boolean hasAddress() -
getAddressProtocol
-
setAddress
-
getSoapVersion
-
setSoapVersion
public final @NonNull com.helger.base.state.EChange setSoapVersion(@NonNull ESoapVersion eSoapVersion) -
equals
-
hashCode
public int hashCode() -
toString
-
createForDefaultSoapVersion
-