Package org.hl7.v3
Class URL
java.lang.Object
org.hl7.v3.ANY
org.hl7.v3.URL
- Direct Known Subclasses:
TEL
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 class for URL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="URL">
<complexContent>
<extension base="{urn:hl7-org:v3}ANY">
<attribute name="value" type="{urn:hl7-org:v3}url" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.hl7.v3.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()Gets the value of the value property.inthashCode()voidSets the value of the value property.toString()Generates a String representation of the contents of this type.withNullFlavor(String... values) withNullFlavor(Collection<String> values) Methods inherited from class org.hl7.v3.ANY
getNullFlavor
-
Field Details
-
value
-
-
Constructor Details
-
URL
public URL()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
withValue
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
withNullFlavor
- Overrides:
withNullFlavorin classANY
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-