java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.URL
Direct Known Subclasses:
TEL

public abstract class URL extends ANY
A telecommunications address specified according to Internet standard RFC 1738 [http://www.ietf.org/rfc/rfc1738.txt]. The URL specifies the protocol and the contact point defined by that protocol for the resource. Notable uses of the telecommunication address data type are for telephone and telefax numbers, e-mail addresses, Hypertext references, FTP references, etc.

Java-Klasse für URL complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="URL">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ANY">
       <attribute name="value" type="{urn:hl7-org:v3}url" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
  • Constructor Details

    • URL

      public URL()
    • URL

      public URL(String value)
  • Method Details

    • getValue

      public String getValue()
      Ruft den Wert der value-Eigenschaft ab.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is String