http://maven.apache.org/SETTINGS/1.0.0
complexType Proxy

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Proxy (restriction)

Documentation
1.0.0
        
        The <code>&lt;proxy&gt;</code> element contains informations required to a proxy settings.
        
Properties
This component is not nillable.

Model
<...>
(active? ; protocol? ; username? ; password? ; port? ; host? ; nonProxyHosts? ; id?)
</...>


Nested Element Summary
xs:booleanactive
          1.0.0 Whether this proxy configuration is the active one.  
xs:stringhost
          1.0.0 The proxy host.  
xs:stringid
          1.0.0 
xs:stringnonProxyHosts
          1.0.0 The list of non-proxied hosts (delimited by |).  
xs:stringpassword
          1.0.0 The proxy password.  
xs:intport
          1.0.0 The proxy port.  
xs:stringprotocol
          1.0.0 The proxy protocol.  
xs:stringusername
          1.0.0 The proxy user.  
Source
<xs:complexType name="Proxy">
<xs:all>
<xs:element default="false" minOccurs="0" name="active" type="xs:boolean">
</xs:element>
<xs:element default="http" minOccurs="0" name="protocol" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="username" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="password" type="xs:string">
</xs:element>
<xs:element default="8080" minOccurs="0" name="port" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="host" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="nonProxyHosts" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="id" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.