|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.ZuseType
public class ZuseType
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 |
---|
public ZuseType()
Method Detail |
---|
public String getEdID()
String
public void setEdID(String value)
value
- allowed object is
String
public String getZUSEUrlID()
String
public void setZUSEUrlID(String value)
value
- allowed object is
String
public String getMIMETypes()
String
public void setMIMETypes(String value)
value
- allowed object is
String
public byte[] getX509()
public void setX509(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |