de.fhhannover.inform.trust.ifmapj.identifier
Class IpAddress

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
      extended by de.fhhannover.inform.trust.ifmapj.identifier.IpAddress
All Implemented Interfaces:
Identifier

public class IpAddress
extends IdentifierWithAd

Represents an IF-MAP ip-address identifier.

Author:
aw

Constructor Summary
IpAddress(IpAddressType type, String value, String admDom)
          Package constructor.
 
Method Summary
 IpAddressType getType()
           
 String getValue()
           
 void setType(IpAddressType type)
          Deprecated. 
 void setValue(String value)
          Deprecated. 
 String toString()
           
 
Methods inherited from class de.fhhannover.inform.trust.ifmapj.identifier.IdentifierWithAd
getAdministrativeDomain, setAdministrativeDomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IpAddress

public IpAddress(IpAddressType type,
                 String value,
                 String admDom)
Package constructor.

Method Detail

setType

@Deprecated
public void setType(IpAddressType type)
Deprecated. 


getType

public IpAddressType getType()

setValue

@Deprecated
public void setValue(String value)
Deprecated. 


getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class IdentifierWithAd


Copyright © 2012 Trust@FHH. All Rights Reserved.