com.solers.slp
Class ServiceType
java.lang.Object
|
+--com.solers.slp.ServiceType
- All Implemented Interfaces:
- Serializable
- public class ServiceType
- extends Object
- implements Serializable
Implementation of the SLP ServiceType class defined in RFC 2614.
- Author:
- Patrick Callis
- See Also:
- Serialized Form
_type
private String _type
_service
private boolean _service
_abstract
private boolean _abstract
_concreteType
private String _concreteType
_principleType
private String _principleType
_abstractType
private String _abstractType
_namingAuthority
private String _namingAuthority
ServiceType
public ServiceType(String type)
isServiceURL
public boolean isServiceURL()
isAbstractType
public boolean isAbstractType()
isNADefault
public boolean isNADefault()
getConcreteTypeName
public String getConcreteTypeName()
getPrincipleTypeName
public String getPrincipleTypeName()
getAbstractTypeName
public String getAbstractTypeName()
getNamingAuthority
public String getNamingAuthority()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object