Klasse CardAddressDataType
java.lang.Object
de.svws_nrw.davapi.model.dav.card.CardAddressDataType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> </restriction> </complexContent> </complexType>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGibt den Inhaltstyp zurück.Gibt die Version zurück.void
setContentType
(String contentType) Setzt den Inhaltstyp.void
setVersion
(String version) Setzt die Version.
-
Konstruktordetails
-
CardAddressDataType
public CardAddressDataType()Leerer Standardkonstruktor.
-
-
Methodendetails
-
getContentType
Gibt den Inhaltstyp zurück.- Gibt zurück:
- der Inhaltstyp als String.
-
setContentType
Setzt den Inhaltstyp.- Parameter:
contentType
- der zu setzende Inhaltstyp.
-
getVersion
Gibt die Version zurück.- Gibt zurück:
- die Version als String.
-
setVersion
Setzt die Version.- Parameter:
version
- die zu setzende Version.
-