|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.difi.begrep.sdp.schema_v10.SDPDokument
public class SDPDokument
Java class for Dokument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dokument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tittel" type="{http://begrep.difi.no/sdp/schema_v10}Tittel" minOccurs="0"/>
</sequence>
<attribute name="href" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="4"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="mime" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
href
|
protected String |
mime
|
protected SDPTittel |
tittel
|
| Constructor Summary | |
|---|---|
SDPDokument()
Default no-arg constructor |
|
SDPDokument(SDPTittel tittel,
String href,
String mime)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getHref()
Gets the value of the href property. |
String |
getMime()
Gets the value of the mime property. |
SDPTittel |
getTittel()
Gets the value of the tittel property. |
void |
setHref(String value)
Sets the value of the href property. |
void |
setMime(String value)
Sets the value of the mime property. |
void |
setTittel(SDPTittel value)
Sets the value of the tittel property. |
String |
toString()
|
SDPDokument |
withHref(String value)
|
SDPDokument |
withMime(String value)
|
SDPDokument |
withTittel(SDPTittel value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SDPTittel tittel
protected String href
protected String mime
| Constructor Detail |
|---|
public SDPDokument()
public SDPDokument(SDPTittel tittel,
String href,
String mime)
| Method Detail |
|---|
public SDPTittel getTittel()
SDPTittelpublic void setTittel(SDPTittel value)
value - allowed object is
SDPTittelpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getMime()
Stringpublic void setMime(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic SDPDokument withTittel(SDPTittel value)
public SDPDokument withHref(String value)
public SDPDokument withMime(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||