asit.moa.client.deliver.address
Class Identification

java.lang.Object
  extended byasit.moa.client.deliver.address.Identification

public class Identification
extends Object

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  String authority_
           
protected  String type_
           
protected  String value_
           
 
Constructor Summary
Identification()
           
 
Method Summary
 String getPAuthority()
           
 String getPType()
           
 String getPValue()
           
 void setPAuthority(String authority)
           
 void setPType(String type)
           
 void setPValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value_

protected String value_

type_

protected String type_

authority_

protected String authority_
Constructor Detail

Identification

public Identification()
Method Detail

getPAuthority

public String getPAuthority()
Returns:
Returns the authority_.

setPAuthority

public void setPAuthority(String authority)

getPType

public String getPType()
Returns:
Returns the type_.

setPType

public void setPType(String type)

getPValue

public String getPValue()
Returns:
Returns the value_.

setPValue

public void setPValue(String value)


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.