at.gv.zustellung.zkopf.xsd.zkopf
Class ZuseType

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.ZuseType

public class ZuseType
extends Object

Java class for zuseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="zuseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="edID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="ZUSEUrlID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MIMETypes" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="X509" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ZuseType()
           
 
Method Summary
 String getEdID()
          Gets the value of the edID property.
 String getMIMETypes()
          Gets the value of the mimeTypes property.
 byte[] getX509()
          Gets the value of the x509 property.
 String getZUSEUrlID()
          Gets the value of the zuseUrlID property.
 void setEdID(String value)
          Sets the value of the edID property.
 void setMIMETypes(String value)
          Sets the value of the mimeTypes property.
 void setX509(byte[] value)
          Sets the value of the x509 property.
 void setZUSEUrlID(String value)
          Sets the value of the zuseUrlID property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZuseType

public ZuseType()
Method Detail

getEdID

public String getEdID()
Gets the value of the edID property.

Returns:
possible object is String

setEdID

public void setEdID(String value)
Sets the value of the edID property.

Parameters:
value - allowed object is String

getZUSEUrlID

public String getZUSEUrlID()
Gets the value of the zuseUrlID property.

Returns:
possible object is String

setZUSEUrlID

public void setZUSEUrlID(String value)
Sets the value of the zuseUrlID property.

Parameters:
value - allowed object is String

getMIMETypes

public String getMIMETypes()
Gets the value of the mimeTypes property.

Returns:
possible object is String

setMIMETypes

public void setMIMETypes(String value)
Sets the value of the mimeTypes property.

Parameters:
value - allowed object is String

getX509

public byte[] getX509()
Gets the value of the x509 property.

Returns:
possible object is byte[]

setX509

public void setX509(byte[] value)
Sets the value of the x509 property.

Parameters:
value - allowed object is byte[]


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.