Uses of Interface
org.opencrx.kernel.contract1.jmi1.ContractAddress

Packages that use ContractAddress
org.opencrx.kernel.contract1.jmi1   
 

Uses of ContractAddress in org.opencrx.kernel.contract1.jmi1
 

Subinterfaces of ContractAddress in org.opencrx.kernel.contract1.jmi1
 interface AccountAddress
          Class AccountAddress
 interface EMailAddress
          Class EMailAddress
 interface PhoneNumber
          Class PhoneNumber
 interface PostalAddress
          Class PostalAddress
 interface WebAddress
          Class WebAddress
 

Methods in org.opencrx.kernel.contract1.jmi1 with type parameters of type ContractAddress
<T extends ContractAddress>
List<T>
AddressContainer.getAddress(ContractAddressQuery query)
          Retrieves the value for the reference address for the specified query.
 

Methods in org.opencrx.kernel.contract1.jmi1 that return ContractAddress
 ContractAddress AddressContainer.getAddress(boolean idIsPersistent, String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 ContractAddress AddressContainer.getAddress(String id)
          Retrieves the value for the reference address for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.contract1.jmi1 with parameters of type ContractAddress
 void AddressContainer.addAddress(boolean idIsPersistent, String id, ContractAddress address)
          Adds the specified element to the set of the values for the reference address.
 void AddressContainer.addAddress(String id, ContractAddress address)
          Adds the specified element to the set of the values for the reference address using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.