public class WebType extends Object
Java-Klasse für webType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="webType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="web-uri" type="{http://java.sun.com/xml/ns/javaee}pathType"/> <element name="context-root" type="{http://java.sun.com/xml/ns/javaee}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
contextRoot |
protected String |
id |
protected PathType |
webUri |
Constructor and Description |
---|
WebType() |
Modifier and Type | Method and Description |
---|---|
String |
getContextRoot()
Ruft den Wert der contextRoot-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
PathType |
getWebUri()
Ruft den Wert der webUri-Eigenschaft ab.
|
void |
setContextRoot(String value)
Legt den Wert der contextRoot-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setWebUri(PathType value)
Legt den Wert der webUri-Eigenschaft fest.
|
protected PathType webUri
protected String contextRoot
protected String id
public PathType getWebUri()
PathType
public void setWebUri(PathType value)
value
- allowed object is
PathType
public String getContextRoot()
String
public void setContextRoot(String value)
value
- allowed object is
String
Copyright © 2015 buschmais GbR. All rights reserved.