| 程序包 | 说明 |
|---|---|
| com.alipay.service.schema.api | |
| com.alipay.service.schema.model.attribute | |
| com.alipay.service.schema.model.enums | |
| com.alipay.service.schema.sdk |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
ServiceSchemaFactory.createAttribute(AttrTypeEnum attributeType) |
static Attribute |
ServiceSchemaReader.elementToAttribute(org.dom4j.Element attributeElm) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<Attribute> |
ServiceSchemaFactory.createEmptyAttributeList() |
static List<Attribute> |
ServiceSchemaReader.readXmlForList(org.dom4j.Element rootEle) |
static List<Attribute> |
ServiceSchemaReader.readXmlForList(File file) |
static List<Attribute> |
ServiceSchemaReader.readXmlForList(String xmlStirng) |
static Map<String,Attribute> |
ServiceSchemaReader.readXmlForMap(org.dom4j.Element rootEle) |
static Map<String,Attribute> |
ServiceSchemaReader.readXmlForMap(File file) |
static Map<String,Attribute> |
ServiceSchemaReader.readXmlForMap(String xmlStirng) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ServiceSchemaWriter.writeFullchemaXmlString(List<Attribute> attributes) |
static String |
ServiceSchemaWriter.writeSchemaXmlString(List<Attribute> attributes) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ComplexAttribute
复合属性
|
class |
MultiAttribute
多值属性
|
class |
MultiComplexAttribute
多组符合属性
|
class |
SingleAttribute
单值属性
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Attribute> |
ComplexAttribute.getAttributes()
Getter method for property attributes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ComplexAttribute.addAttribute(Attribute attribute) |
protected void |
Attribute.appendAttributeValues(Attribute attribute,
org.dom4j.Element parent) |
protected void |
Attribute.appendMultiAttributValue(org.dom4j.Element parent,
Attribute attribute) |
protected void |
Attribute.appendSingleAttributValue(org.dom4j.Element parent,
Attribute attribute) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ComplexAttribute.setAttributes(List<Attribute> attributes)
Setter method for property attributes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
AttrTypeEnum.createAttribute(AttrTypeEnum attributeType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
ServiceSchemaUtil.schemaXmlString(ServiceSchema serviceSchema,
Map<String,Attribute> xmlMap) |
Copyright © 2023. All rights reserved.